InterviewSolution
Saved Bookmarks
| 1. |
Which of the following selects input element which has focus?(a) :in-range(b) :hover(c) :focus(d) :invalidThe question was posed to me during an online interview.My doubt is from Server Specific CSS topic in chapter Layout & Images of CSS |
|
Answer» Right choice is (c) :focus |
|