HTML Ordered List
2. Ordered List (<ol>)
An ordered list creates a list of items with numbers or letters.
Basic Syntax:
Attributes of <ol>:
type: Specifies the numbering style. Possible values:1(default: numbers)A(uppercase letters)a(lowercase letters)I(uppercase Roman numerals)i(lowercase Roman numerals)
Example with type:
start: Specifies the starting number or letter for the list.
Example with start:
reversed: Reverses the numbering order.
Example with reversed:
Comments
Post a Comment