InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the offset from an element’s border and its outline?(a) outline-border(b) outline-offset(c) outline-radius(d) none of the mentionedThis question was addressed to me in an interview for job.My question is taken from Cross-Browser Layout Techniques topic in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (b) outline-offset For explanation I would say: SYNTAX: outline-offset: length | inherit |
|