Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>PrecedingText</title>
- <style type="text/css"></style>
- <link type="text/css" rel="stylesheet" href="ListsStyles.css" />
- </head>
- <body>
- <div id="header">Preceding text</div>
- <br />
- <ol>
- <li>List Item 1
- <ol>
- <li>Nested Item 1.1</li>
- <li>Nested Item 1.2</li>
- </ol>
- </li>
- <li>List Item 2
- <ol id="list2">
- <li>Nested Item 2.1</li>
- <li>Nested Item 2.2
- <ol id="nestedList2">
- <li>Nested Item 2.2.1</li>
- <li>Nested Item 2.2.2
- <ul>
- <li>Nested Item 2.2.2.1</li>
- <li>Nested Item 2.2.2.2</li>
- </ul>
- </li>
- <li>Nested Item 2.2.3</li>
- </ol>
- </li>
- <li>List Item 2.3</li>
- </ol>
- </li>
- <li>List Item 3
- <ul>
- <li>List Item 3.1</li>
- <li>List Item 3.2</li>
- <li>List Item 3.3</li>
- </ul>
- </li>
- </ol>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment