Images
Code Correcting
Coordinates
Tags
Other stuff
100

usemap and ismap are attributes of this tag

<img>

100

Which is the correct way to wright this code

A: <map name="menubar" id="menubar"> </map>

B: <map id="menubar" name="menubar"> </map>

C: They are both correct

A

100

Runs horizontally on base of the image

What is the x axis

100

what does TM mean

What is Trademark

100

What are character entity references?

code snippets interpreted as special characters

200

What is an Image Map Button Bar

a navigation bar that uses graphical images

200

Fix this code.

<img src="smiley.gif" alt="Smiley face" height="42" width="42"> </img>

<img src="smiley.gif" alt="Smiley face" height="42" width="42"> 

there is no </img>

200

Runs vertically on the image

what is the y axis

200

Map tags

<map> </map>

200

True or False: The only shape attributes are rect circle and poly

true

300

Most web developers prefer to use this which does not have to send the x and y coordinates of the mouse click to the web server 

what is the client side image map

300

True or false: you need to use the <img> tag before typing the coordinates of a shape

false

300

What is a coordinate pair?

a pair of numbers; the first is the x axis and the 2nd is the y axis

300

<area></area>

Area tag

300

What does the HREF do in code?

specifies a links destination

400

In this, the image is displayed by the client and implemented by a program

what is a server side image map

400

What does the SRC do in an image code

specifies the image URL

400

the "poly" shape does what

lets you create a shape based off of all the points input in the code

400

Coords atribute

(x,y)

400

What does <div> do

defines a division or section in html document

500

Something is wrong with this line of code. Correct it.

<img "/wp-content/uploads/flamingo.jpg">

Add an src= between the space after <img and before "/wp..."

500

Fix this code:

<area shape="poly" coords="0, 2, 4, 4.2, 6.9" href=" " alt=" " />

there can't be spaces in between the numbers and the commas

500

If the code says <area shape="circle" coords="308,113,72" what is the center point of the circle?

72

500

( )

nonbreaking space

500

What are all the attributes of the <area> tag

shape, coords, href, and alt

M
e
n
u