Created
March 16, 2017 03:20
-
-
Save muhfaris/a428f7cc7990cbba1df4ac4dc41a569a to your computer and use it in GitHub Desktop.
Pola desain HTML5
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> | |
<head> | |
<meta charset="utf-8"> | |
<title> ... </title> | |
</head> | |
<body> | |
<header role="banner"> | |
<h1>HTML5 Document Structure Example</h1> | |
<p>This Description</p> | |
</header> | |
<footer> | |
<p>Created by <a href=""></a></p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment