InterviewSolution
Saved Bookmarks
| 1. |
Which of the following value specifies a dashed outline?(a) dash(b) dashed(c) double-dash(d) all of the mentionedThe question was posed to me during an interview.I need to ask this question from CSS Outline topic in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (B) dashed Easy explanation: The property defines a dashed border. |
|