InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the style for the right border of an element?(a) border-spacing(b) border-spacing(c) border-right(d) border-right-styleI had been asked this question in quiz.This question is from Border Elements topic in section CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (c) border-right For explanation: SYNTAX: border-right-style: dashed | dotted | double |
|