Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which attribute indicates a descending order of displaying a list?

a) reversed
b) forward
c) straight
d) circular

Answer: a
Explanation: Reverse attribute commonly use with <ol> 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.

Join The Discussion