Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>list</title>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <ol>
  10.  
  11. <li>one</li>
  12. <ul>
  13. <li>one.one</li>
  14. <li>one.two</li>
  15. <li>one.three</li>
  16. </ul>
  17.  
  18. <li>two</li>
  19. <ul>
  20. <li>two.one</li>
  21. <li>two.two</li>
  22. <li>two.three</li>
  23. </ul>
  24.  
  25. <li>three</li>
  26. <ul>
  27. <li>three.one</li>
  28. <li>three.two</li>
  29. <li>three.three</li>
  30. </ul>
  31.  
  32. </ol>
  33.  
  34. </body>
  35.  
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement