Quiz #6

Header Tag

Question 1

4 sizes.


A

only one size.


B

6 sizes.


C

Header tags come in

Question 2

<h1></h1> would be the smallest of the 6 sizes of header tags.


A

<h1></h1> would be the largest of the 6 sizes of header tags.


B

There are no default sizes for header tags.


C

Choose the correct statement.

Question 3

<h1 id="my world"></h1>


A

<h1>my world</h1>


B

<h1>my world<h1>


C

Which block of code would produce the words my world on the computer screen?

Question 4

p {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }


A

h1 {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }


B

h2 {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }


C

Choose the proper style sheet for this tag: <h2></h2>

Question 5

font family, font style


A

font size, font weight, text alignment


B

All of these.


C

Which attributes of a header tag can be set with style sheets?