Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <body>
- <p>Preceding Text</p>
- <ol type="I"><li>List Item 1</li>
- <ol type="a"><li>Nested Item 1.1</li>
- <li>Nested Item 1.2</li>
- </ol>
- <li>List Item 2</li>
- <ol><li>Nested Item 2.1</li>
- <li>Nested Item 2.2</li>
- <ul type=circle><li>Nested item 2.2.1</li>
- <li>Nested item 2.2.2</li>
- <ul type=square><li>Nested Item 2.2.2.1</li>
- <li>Nested Item 2.2.2.2</li></ul></ul>
- <li>Nested Item 2.3</li></ol>
- <li>List Item 3</li>
- <ul type=disc><li>Nested item 3.1</li>
- <li>Nested item 3.1</li>
- <li>Nested item 3.1</li></ul></ol>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement