ol
<html> <head> <title>HTML ol Tag<title> </head> <body> <ol> <li>ol - ordered list</li> <li>ul - unordered list</li> <li>dir - directory list (deprecated)</li> <li>menu - menu list (deprecated)</li> </ol> </body> </html>
No comments:
Post a Comment