The.................. attributes of <ol> tag puts the list in the descending order.
Answers
Answered by
5
Answer:
<ol reversed>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Explanation:
Definition and Usage
The reversed attribute is a boolean attribute.
When present, it specifies that the list order should be descending (9,8,7...), instead of ascending (1, 2, 3...).
Answered by
9
Answer:
oder list attributes
here's your answer
Similar questions