A(n) __ heading acts as a subtitle by grouping it with a main title heading using the hgroup element.
A. li
B. h1
C. h2
D. both b and c
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following will count down from 10 to 1 correctly?
a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)
Computer Science & Information Technology
The CSS relative positioning property called ____ moves the element the specified distance from the top edge of the closest ancestor element that is also positioned; the default value, 0, leaves the element in its original vertical position.
A. edge B. top C. upper D. bottom
Computer Science & Information Technology
In a linear loop, its efficiency is proportionate to the number of iterations.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following colors suggests neutrality?
A. green B. brown C. red D. gray
Computer Science & Information Technology