Quiz #9

Site Heading

Question 1

add our strawberry picture.


A

add our footer.


B

add our site heading.


C

We used this block of code :
<div id="heading"><img src="images/heading-pic.gif"></div>
to

Question 2

Double row single column.


A

Single row double column.


B

Single row single column.


C

Which statement best defines this block of code:
<div id="heading"><img src="images/heading-pic.gif"></div>

Question 3

assigns the name heading to the image.


A

assigns the name heading to the division.


B

assigns the name heading to the web page.


C

The id attribute in this code:
<div id="heading"><img src="images/heading-pic.gif"></div>

Question 4

JPEG


A

GIF


B

PNG


C

Just from observation of the code the image type would be:
<div id="heading"><img src="images/heading-pic.gif"></div>

Question 5

for visitors.


A

for search engines.


B

for both visitors and search engines.


C

Provide footer information