Web Tools Table Maker3schools TranslateImage CompressorFavicon Icon GeneratorCrop & Resize Image
Apu
Apu November 12, 2022 › #Attribute #Html

Which attribute of OL tag specifies that the items of a list would appear in descending order?

The reversed attribute of <ol>tag specifies that the items of a list would appear in descending order.

Example : reversed attribute. #
<ol reversed>
 <li>Red</li>
 <li>Green</li>
 <li>Blue</li>
</ol>
save
listen
AI Answer
Write Your Answer
loading
back
View All