InterviewSolution
Saved Bookmarks
| 1. |
Which of the following selects all elements with a target attribute?(a) attribute(b) attribute=value(c) attribute~=value(d) attribute^=valueThis question was posed to me during an interview.This interesting question is from Server Specific CSS topic in chapter Layout & Images of CSS |
|
Answer» The correct CHOICE is (a) attribute |
|