tidy-html5/test/html5/details.org.html
2014-08-03 21:04:36 +02:00

19 lines
419 B
HTML

<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>HTML5 details</title>
</head>
<html>
<body>
<details>
<summary>Copyright 1999-2014.</summary>
<p> - by Refsnes Data. All Rights Reserved.</p>
<p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
</details>
<p><b>Note:</b> The details tag is currently only supported in Opera, Chrome, and in Safari 6.</p>
</body>
</html>