Created
May 29, 2017 07:11
-
-
Save andimariadi/1271971ed371bd4ecbed722d87b2faa0 to your computer and use it in GitHub Desktop.
Penambahan tag
This file contains 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
<div class="header"> | |
Pemula Belajar | |
</div> | |
<div class="navigasi"> | |
<li><a href="#">Home</a></li> | |
</div> | |
<div class="sidebar"> | |
<p>Ini Sidebar</p> | |
</div> | |
<div class="content"> | |
<p>Ini Content</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment