Which attribute allows you to change the style of numbers in an ordered list in html?
Answers
Answered by
54
Type attribute allows us to change the style of numbers in an ordered list..i.e....
<OL type = ""A" START="3">
<LI> Apples <LI> ORANGES <LI> Grapes
<\OL>
Answered by
17
Type attribute allows us to change the style of numbers in an ordered list.
Explanation:
The < li > tag includes two attributes – type and value. The type attribute is used to modify the order numbering in the list item. The value attribute is used to modify the number index.
The “Type attribute” of the < li > tags identifies the type of “numbering or bullets” to be used for each of the list item. The values that can be given are – A, a, I, square, circle, etc.
Similar questions