Q. What will be the output of the following CSS code snippet?
Code:
span {
border: 1px solid red;
outline: green dotted thick;
}
β
Correct Answer: (C)
All span elements will have a outer green dotted border and an inner red border