InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the color of an element’s top border?(a) border-color(b) border-top(c) border-top-color-webkit(d) border-top-colorI had been asked this question in an international level competition.I need to ask this question from Border Elements in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT option is (d) border-top-color To EXPLAIN: Syntax: border-top-color: color | TRANSPARENT | INHERIT |
|