OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / header.org.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>HTML5 header for article</title>
6 </head>
7 <body>
8
9 <article>
10   <header>
11     <h1>Internet Explorer 9</h1>
12     <p><time pubdate datetime="2011-03-15">2011-03-15</time></p>
13   </header>
14   <p>Windows Internet Explorer 9 (abbreviated as IE9) was released to
15   the  public on March 14, 2011 at 21:00 PDT.....</p>
16 </article>
17
18 </body>
19 </html>