16 lines
258 B
HTML
16 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>HTML5 article tag</title>
|
|
</head>
|
|
<body>
|
|
|
|
<article>
|
|
<h1>Google Chrome</h1>
|
|
<p>Google Chrome is a free, open-source web browser developed by Google, released in 2008.</p>
|
|
</article>
|
|
|
|
</body>
|
|
</html>
|