An ___ heading acts as a subtitle by grouping it with a main title heading using the group element.

Fill in the blank(s) with the appropriate word(s).

Answer: h1 and h2

Computer Science & Information Technology

You might also like to view...

A warning symbol in the row selector box indicates that this macro action is not trusted

Indicate whether the statement is true or false

Computer Science & Information Technology

What will be returned from the following method?

``` public static int methodA() { double a = 8.5 + 9.5; return a; } ``` a. 18.0 b. 18 c. 8.0 d. This is an error.

Computer Science & Information Technology