Sunday, May 21, 2017

HTML < ol > type Attribute

Syntax

<ol type="1|a|A|i|I"> 

Attribute Values

Value Description
1 Default. Decimal numbers (1, 2, 3, 4)
a Alphabetically ordered list, lowercase (a, b, c, d)
A Alphabetically ordered list, uppercase (A, B, C, D)
i Roman numbers, lowercase (i, ii, iii, iv)
I Roman numbers, uppercase (I, II, III, IV)
  
 
 

No comments:

Post a Comment