1.

Explain <OL> tag with suitable example

Answer»

Ordered list (<OI>) - 

This tag is used to display items with following type values

Type = 1 for 1,2,3,

Type = i for i,ii,iii,

Type = I for I,II,III

Type = a for a,b,c,…, 

Type = A for A,B,C,….

Eg:- <OLType=”1">

<li>Apple

<li>Orange

<li>Grapes

</OL>



Discussion

No Comment Found