OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / main.org.html
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <meta charset="UTF-8">
5   <title>
6    HTML5 main tag
7   </title>
8  </head>
9
10 <body>
11
12 <main>
13   <h1>Web Browsers</h1>
14   <p>Google Chrome, Firefox, and Internet Explorer are the most used browsers today.</p>
15
16   <article>
17     <h1>Google Chrome</h1>
18     <p>Google Chrome is a free, open-source web browser developed by Google, released in 2008.</p>
19   </article>
20
21   <article>
22     <h1>Internet Explorer</h1>
23     <p>Internet Explorer is a free web browser from Microsoft, released in 1995.</p>
24   </article>
25
26   <article>
27     <h1>Mozilla Firefox</h1>
28     <p>Firefox is a free, open-source web browser from Mozilla, released in 2004.</p>
29   </article>
30 </main>
31
32 </body>
33 </html>