Computer Science, asked by gauravchauhan2487, 1 year ago

Which attribute allows you to change the style of numbers in an ordered list in html?

Answers

Answered by vermasamriddhi098
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 smartbrainz
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