Vidyalelo
CSS · Q110

CSS Text, Borders and Images

Programming · CSS · question 110

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
Answer
B.
border-style
C.
border-color
D.
border-all

Answer: Option A

Solution

Answer: Option A
Solution:
Example: div {border: 2px double red;}