OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / html5 / aside.org.html
1 <!DOCTYPE html>
2 <head>
3 <meta charset="UTF-8">
4 <title>Minimum HTML5 document</title>
5 </head>
6 <html>
7 <body>
8
9 <p>My family and I visited The Epcot center this summer.</p>
10
11 <aside>
12 <h4>Epcot Center</h4>
13 <p>The Epcot Center is a theme park in Disney World, Florida.</p>
14 </aside>
15
16 </body>
17 </html>