19 lines
419 B
HTML
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>
|