Skip to content

Instantly share code, notes, and snippets.

@tylerhall
Created January 3, 2011 20:37
Show Gist options
  • Save tylerhall/763923 to your computer and use it in GitHub Desktop.
Save tylerhall/763923 to your computer and use it in GitHub Desktop.
<div class="block tabs">
<div class="hd">
<ul>
<li class="active"><a href="#">Tab 1</a></li>
<li><a href="#">Tab 2</a></li>
<li><a href="#">Tab 3</a></li>
</ul>
<div class="clear"></div>
</div>
<div class="bd">
<p>Your body content goes here.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment