How can the style of numbering in ordered list can be changed
Answers
Answered by
1
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.
Hope it will help you.
Please mark it as brainliest!!
Similar questions