Created
January 14, 2017 20:12
-
-
Save tomasovic/2efa2cf7cb43d16fe511dfb2b689b12c to your computer and use it in GitHub Desktop.
Lists OL
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
| <!--Lists OL--> | |
| <h3>Ordered Lists</h3> | |
| <ol type="I"> | |
| <li>HTML</li> | |
| <li>CSS</li> | |
| <li>Javascript</li> | |
| </ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment