How will the heading be styled if the style contains the following declarations?h2 {font-size: 1em;background-color: yellow;}h2 {font-size: 2em;}
A. All h2 headings will appear in a font size of 1em and on a yellow background.
B. All h2 headings will appear in a font size of 2em and on a white background.
C. All h2 headings will appear in a font size of 1em and on a white background.
D. All h2 headings will appear in a font size of 2em and on a yellow background.
Answer: D
You might also like to view...
The ________ view displays the structural view of a document, enabling you to expand or collapse headings
Fill in the blank(s) with correct word
Which of the following is false regarding the throw point of an exception?
a) It specifies the point at which the exception must be handled. b) It's the initial point at which the exception occurs. c) It's specified as the top row of the method-call stack at the time the exception occurred. d) All of the above statements are true.