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 mentioned
Correct Answer: border-style
Syntax: border-left: border-width border-style border-color;