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...
If a recursive module has no code to stop it from repeating, then it is like a(n) __________ loop.
a. For b. While c. infinite d. Do-Until
The if statement
if (13 < 12) printf("never\n"); else printf("always\n"); a. displays never. b. displays always. c. will not compile since 13 is not less than 12. d. causes a run-time error since 13 is not less than 12. e. displays nothing since 13 is not less that 12.
In a calculated control, a combination of field names, properties, constants, or operators is called a(n) ________
Fill in the blank(s) with correct word
While all browsers officially recognize 16 color names, most browsers recognize up to ________ color names
Fill in the blank(s) with correct word