Skip to content

Instantly share code, notes, and snippets.

@mkhuda
Last active December 16, 2015 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhuda/5474120 to your computer and use it in GitHub Desktop.
Save mkhuda/5474120 to your computer and use it in GitHub Desktop.
New markup language of HTML5
<body>
<header>
<h1>Header HTML5</h1>
</header>
<nav>
<a href="contoh.html">Contoh Navigasi 1</a>
<a href="contoh.html">Contoh Navigasi 2</a>
<a href="contoh.html">Contoh Navigasi 3</a>
</nav>
<section>
<article>
<h2>Header Artikel</h2>
<p>Isi Artikel</p>
<aside>Konten aside</aside>
</article>
</section>
<footer>
<p>Isi footer</p>
</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment