
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
Which attribute of OL tag specifies that the items of a list would appear in descending order?
0
The reversed attribute of <ol>tag specifies that the items of a list would appear i…
asked
Apu
0 answers
2915
The reversed attribute of <ol>tag specifies that the items of a list would appear i…
Answer Link
answered
Apu