Quiz #7

Image Tag

Question 1

<image>


A

<image src="">


B

<img>


C

Choose the code for the basic image tag.

Question 2

width and height.


A

image name and location.


B

size and alternate text.


C

The src="" attribute provides what information to the browser.

Question 3

<img src="img/strawberry.jpg">


A

<img loc="img/strawberry.jpg">


B

<image src="strawberry.jpg">


C

Choose the correct code.

Question 4

The imageis located in the root directory.


A

The image is located in the same folder as the web page.


B

The image is located in the images folder.


C

This code tells you: <img src="images/strawberry.jpg">

Question 5

width , height, border and alternate text.


A

color and transparency.


B

type and caption.


C

When you get a little more experience you should also include these attributes when you place images.