wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Image Maps & Forms

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

For responses in a open ended question in a form what tag do yo use?

a)

<p></p>

b)

<form></form>

c)

<textarea><textarea>

d)

<input>

2.

What element does "id" need to match with?

a)

"for"

b)

"type"

c)

"name"

d)

"value"

3.

For "shape="circle"" how many pairs of number do you need in the "coords="?

a)

4 pairs

b)

3 pairs

c)

2 pairs

d)

More then 1 pair

4.

when doing image maps what image tag is correct?

a)

<img src="..." alt="..." usemap="#...">

b)

<img src="..." alt="...">

c)

<img>

d)

<img src="...">

5.

For an input tag what is needed

a)

A closing

b)

An Output tag

c)

<a href></a>

d)

<button>

6.

How many coords is needed for shape=square

a)

4 pairs

b)

3 pairs

c)

2 pairs

7.

For finding coords for shape=square how do you start

a)

top left to bottom left

b)

top right to bottom left

c)

top left to bottom right

d)

top right to bottom left

8.

How do you find shape=circle coords

a)

half of circle and radius

b)

center point and radius

c)

1/4 of circle and radius

d)

find each points coord

9.

How many shapes are used in image map

a)

1

b)

3

c)

2

d)

4

10.

How does a form tag end

a)

It closes with the body and html

b)

Closes when wherever you finish in the middle

c)

The form tag doesn't close

d)

Ends when adding a new heading