Q. Choose the option that correctly specifies the output of the following CSS.
Code:
span {
border: 1px solid red;
outline: green dotted thick;
}
β
Correct Answer: (D)
All span elements will have a outer green dotted border and an inner red border