Skip to content

Instantly share code, notes, and snippets.

@muhfaris
Created March 16, 2017 03:20
Show Gist options
  • Save muhfaris/a428f7cc7990cbba1df4ac4dc41a569a to your computer and use it in GitHub Desktop.
Save muhfaris/a428f7cc7990cbba1df4ac4dc41a569a to your computer and use it in GitHub Desktop.
Pola desain HTML5
<!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