OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / summary.org.html
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <meta charset="UTF-8">
5   <title>
6    Minimum HTML5 document
7   </title>
8  </head>
9 <body>
10
11 <details>
12 <summary>Copyright 1999-2011.</summary>
13 <p> - by Refsnes Data. All Rights Reserved.</p>
14 <p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
15 </details>
16
17 <p><b>Note:</b> The summary element is currently supported only in Opera, Chrome and Safari 
18 6.</p>
19
20 </body>
21 </html>