Created
November 15, 2013 20:03
-
-
Save stevenshelby/7490702 to your computer and use it in GitHub Desktop.
Just a simple HTML list
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
| <ul> | |
| <li>I am the first element in the list</li> | |
| <li>I am the second element in the list</li> | |
| <li>I am the last element in the list</li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment