InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property specifies the sequential navigation order for an element?(a) nav(b) class(c) nav-index(d) class-indexI have been asked this question in quiz.My question is taken from CSS3 Fundamentals, Transitions & Animations topic in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT choice is (C) nav-index For explanation I would SAY: Self-explainatory. |
|