InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines in a shorthand form the width, style, and color for the left border of an element?(a) border(b) border-style(c) border-left(d) none of the mentionedI got this question in an online quiz.Asked question is from Styling Lists and Navigation Menus in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (B) border-style Explanation: SYNTAX: border-left: border-width border-style border-color; |
|