InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property specifies where to navigate when using the arrow-up navigation key?(a) nav-upper(b) nav-top(c) nav-up(d) all of the mentionedThis question was addressed to me at a job interview.My question is from CSS3 Fundamentals, Transitions & Animations in division CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT ANSWER is (C) nav-up The EXPLANATION: Self-explainatory. |
|