Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Last active March 22, 2019 04:35
Show Gist options
  • Save kresnasatya/030491eab11a7ab4c1daf3466c0ac203 to your computer and use it in GitHub Desktop.
Save kresnasatya/030491eab11a7ab4c1daf3466c0ac203 to your computer and use it in GitHub Desktop.
Details and Summary tags
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Details and summary - Web Semantic</title>
</head>
<body>
<details>
<summary>Copyright 1999-2018.</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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment