Skip to content

Instantly share code, notes, and snippets.

@mehulkar
Created October 31, 2012 03:04
Show Gist options
  • Save mehulkar/3984577 to your computer and use it in GitHub Desktop.
Save mehulkar/3984577 to your computer and use it in GitHub Desktop.
<dl class="tabs pill">
<dd class="active"><a href="#pillTab1">Hotel Info</a></dd>
<dd><a href="#pillTab2">Marriott Courtyard</a></dd>
<dd><a href="#pillTab3">Homewood Suites</a></dd>
</dl>
<ul class="tabsContent">
<li id="pillTab1Tab" class="active">
Stuff
</li>
<li id="pillTab2Tab">
Stuff
</li>
<li id="pillTab3Tab">
Stuff
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment