InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the color of an element’s right border?(a) border-right-colors(b) border-right-color(c) border-right(d) border-colorI have been asked this question in a job interview.This interesting question is from Backgrounds, Borders and Drop Shadow topic in section CSS Text, Borders and Images of CSS |
|
Answer» RIGHT CHOICE is (B) border-right-COLOR Explanation: Syntax: border-right-color: color | TRANSPARENT |
|