1.

Choose the option that correctly specifies the output of the following CSS.
span {
border: 1px solid red;
outline: green dotted thick;
}

A. All span elements will have a outer green dotted border and an inner red border
B. All span elements will have an outer red border and inner green dotted border
C. All span elements will have a green thick border and a red outline
D. All span elements will have a red border and a green dotted outline
E. None of these
Answer» B. All span elements will have an outer red border and inner green dotted border


Discussion

No Comment Found