Home » HTML » Html miscellaneous » Question
  1. Which attribute indicates a descending order of displaying a list?
    1. circular
    2. straight
    3. forward
    4. reversed
    5. None of these
Correct Option: D

Reverse attribute commonly use with

    element. It indicates that if the list is to be displayed in descending order instead of ascending order or not. There is no reference for options like forward, straight and circular in HTML.



Your comments will be displayed only after manual approval.