Guest User

Untitled

a guest
Oct 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <dl class="tabs contained">
  2. <dd><a href="#simpleContained1" class=""> title 1 </a></dd>
  3. <dd><a href="#simpleContained2" class="active"> A long title 2 </a></dd>
  4. <dd><a href="#simpleContained3" class=""> title 3 </a></dd>
  5. <dd><a href="#simpleContained4" class=""> title 4 </a></dd>
  6. </dl>
  7. <ul class="tabs-content contained">
  8. <li class="" id="simpleContained1Tab"> tabcontent 1 </li>
  9. <li class="active" id="simpleContained2Tab"> tabcontent 2 &#8211; This is an example of a content contained tab set </li>
  10. <li class="" id="simpleContained3Tab"> tabcontent 3 </li>
  11. <li class="" id="simpleContained4Tab"> tab content 4 </li>
  12. </ul>
Add Comment
Please, Sign In to add comment