1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Hello! Welcome to the second test piece</title>
6 </head>
7
8 <body>
9 <article>
10 <h1>Introducing HTML5</h1>
11 <p>The main content of our page. &raquo;Check the source to see the difference!&laquo;</p>
12 </article>
13 <!-- Can you see this hidden comment :) -->
14 </body>
15 </html>