Advertisement
LegitCake

HTML Format

Feb 13th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. HTML Format-Bullet points/chart
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>Nested lists</title>
  7. </head>
  8. <body>
  9. <ol>
  10. <li>Dad's interests
  11. <ul>
  12. <li>football</li>
  13. <li>knitting</li>
  14. </ul>
  15. </li>
  16. <li>Mom's interests
  17. <ul>
  18. <li>hating football</li>
  19. <li>skydiving</li>
  20. </ul>
  21. </li>
  22. </ol>
  23. <ol>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement