Vidyalelo
CSS · Q111

CSS Text, Borders and Images

Programming · CSS · question 111

Q111

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
Answer
C.
border-left
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Syntax: border-left: border-width border-style border-color;