Created
November 13, 2012 11:56
-
-
Save skopp/4065397 to your computer and use it in GitHub Desktop.
visual ul li css list elements template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>Untitled Document</title> | |
| <link href="styles.css" rel="stylesheet" type="text/css" /> | |
| </head><body><ol> | |
| <li>Major Topic 1 | |
| <ol> | |
| <li>Topic 1-1 | |
| <ol> | |
| <li>Topic 1-1-1 | |
| <ol> | |
| <li>Topic 1-1-1-1</li> | |
| <li>Topic 1-1-1-2 | |
| <ol> | |
| <li>Topic 1-1-1-2-1</li> | |
| <li>Topic 1-1-1-2-2</li> | |
| </ol> | |
| </li> | |
| <li>Topic 1-1-1-3</li> | |
| </ol> | |
| </li> | |
| <li>Topic 1-1-2 | |
| <ol> | |
| <li>Topic 1-1-1-1</li> | |
| <li>Topic 1-1-1-2</li> | |
| <li>Topic 1-1-1-3</li> | |
| </ol> | |
| </li> | |
| </ol> | |
| </li> | |
| <li>Topic 1-2 | |
| <ol> | |
| <li>Topic 1-2-1</li> | |
| <li>Topic 1-2-2</li> | |
| </ol> | |
| </li> | |
| <li>Topic 1-3</li> | |
| </ol> | |
| </li> | |
| <li>Major Topic 2 | |
| <ol> | |
| <li>Topic 2-1</li> | |
| <li>Topic 2-2 | |
| <ol> | |
| <li>Topic 2-2-1</li> | |
| <li>Topic 2-2-2</li> | |
| </ol> | |
| </li> | |
| </ol> | |
| </li> | |
| <li>Major Topic 3 | |
| <ol> | |
| <li>Topic 3-1</li> | |
| <li>Topic 3-2</li> | |
| <li>Topic 3-3</li> | |
| </ol> | |
| </li> | |
| </ol></body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment