Home » CSS » Css miscellaneous » Question
  1. Which of the following property defines in a shorthand form the width, style, and color for the bottom border of an element?
    1. border-bottom-color
    2. border-bottom-all
    3. border-bottom
    4. All of above
    5. None of these
Correct Option: C

Syntax: border-bottom: border-width border-style border-color;



Your comments will be displayed only after manual approval.