Created
November 2, 2016 15:03
-
-
Save veeven/3659b593c6aaeadcb1f7b914c99719aa to your computer and use it in GitHub Desktop.
Ordered lists with Telugu numbers
This file contains 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
license: CC0-1.0 |
This file contains 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> | |
<style> | |
ol { | |
list-style-type: telugu; | |
} | |
</style> | |
<ol> | |
<li>ఒకటి</li> | |
<li>రెండు</li> | |
<li>మూడు</li> | |
<li>నాలుగు</li> | |
<li>ఐదు</li> | |
</ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment