Guest User

Untitled

a guest
Nov 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <dl class="tabs contained">
  2. <dt>Title 1</dt>
  3. <dd class="active"><a href="#simpleContained1">Simple Tab 1</a></dd>
  4. <dd><a href="#simpleContained2">Simple Tab 2</a></dd>
  5. <dt>Title 1</dt>
  6. <dd class="hide-on-phones"><a href="#simpleContained3">Simple Tab 3</a></dd>
  7. </dl>
  8. <ul class="tabs-content contained">
  9. <li class="active" id="simpleContained1Tab">This is simple tab 1's content. Pretty neat, huh?</li>
  10. <li id="simpleContained2Tab">This is simple tab 2's content. Now you see it!</li>
  11. <li id="simpleContained3Tab">This is simple tab 3's content. It's only okay.</li>
  12. </ul>
Add Comment
Please, Sign In to add comment