tidy-html5/test/html5/article.org.html
2014-08-03 21:04:36 +02:00

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>