HTML Order List
HTML gives an approach to make both an ordered list and an unordered list with shots rather than numbers. List are a decent method to formalize a list of things and let the HTML styling take every necessary step for you.
Ordered lists
an example , how to create an ordered list:
Output:
Order list have a "type" attribute which characterizes the numbering tradition to utilize.
using uppercase, use type="A":
Output:
using lowercase, use type="a":
Output:
using upercase roman, use type="I":
Output:
using lowercase roman, use type="i":
Output:
No comments:
Post a Comment