Home » CSS » CSS Lists » Question
  1. Which of the following property defines in a shorthand form the width, style, and color for all four sides of an element’s border?
    1. border-color
    2. border-all
    3. border
    4. border-style
    5. None of these
Correct Option: C

div {border: 2px double red;}



Your comments will be displayed only after manual approval.