1.

Which attribute indicates a descending order of displaying a list?(a) reversed(b) forward(c) straight(d) circularI have been asked this question in an interview.My question is based upon Common HTML5 Attributes Reference topic in section HTML and XHTML Fundamentals of HTML

Answer» RIGHT answer is (a) reversed

Explanation: 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.


Discussion

No Comment Found

Related InterviewSolutions