InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?(a) border-style(b) border-height(c) border-width(d) border-topI have been asked this question in an internship interview.My query is from Backgrounds, Borders and Drop Shadow in chapter CSS Text, Borders and Images of CSS |
|
Answer» RIGHT CHOICE is (d) border-top The BEST I can EXPLAIN: SYNTAX: border-top: border-width border-style border-color; |
|