Discussion :: CSS - CS
- Which of the following property defines in a shorthand form the width, style, and color for all four sides of an element’s border?
Answer : Option A
Explanation :
Example: div {border: 2px double red;}
Be The First To Comment