When setting borders in CSS, the shorthand property order is border: ________ ________ ________; for width, style, and color, respectively.

  • width, style, color
  • style, color, width
  • color, width, style
  • style, width, color
The correct option is style, color, width. When setting borders using the shorthand property 'border,' the order for specifying values is style, color, and width. This allows for a concise way of defining border properties in a single declaration.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *