Home » CSS » CSS Borders » Question
  1. Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
    1. border-width
    2. border
    3. padding
    4. border-collapse
    5. None of these
Correct Option: A

The border-width property sets the width of an element’s four borders. This property can have from one to four values.



Your comments will be displayed only after manual approval.