Q110
Which of the following property defines in a shorthand form the width, style, and color for all four sides of an element’s border?
A.
border
AnswerB.
border-style
C.
border-color
D.
border-all
Answer: Option A
Solution
Answer: Option A
Solution:
Example: div {border: 2px double red;}