Last active
March 22, 2019 04:35
-
-
Save kresnasatya/030491eab11a7ab4c1daf3466c0ac203 to your computer and use it in GitHub Desktop.
Details and Summary tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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