wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Forms and Maps

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does the <select> element do

a)

enables you to pick multiple answers

b)

enables you to pick one answer

c)

adds a clickable button

d)

adds dropdown list

2.

Which code is correct

a)

<img src="owl.jpg" alt="Owl" usemap="#owl"

b)

<img src=owl.jpg alt=Owl usemap=#owl>

c)

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

d)

<img src="owl.jpg" alt="Owl" usemap="#owl">

3.

if i write in the coordinates for a CIRCLE does it include 3 coordinates or 4


ex: 3 coords|123,456,785

ex:4 coords | 123,456,785,123

a)

3

b)

4

4.

if i write in the coordinates for a RECTANGLE does it include 3 coordinates or 4


ex: 3 coords|123,456,785

ex:4 coords | 123,456,785,123

a)

3

b)

4

5.

When you add a link to an image how is the tag written

a)

a href

b)

href

6.

What does the <submit> attribute do

a)

adds a clickable button

b)

allows you to select multiple choices

c)

submits the form

d)

does what the submit button does

7.

the <textarea> element does...

a)

allows you to write in a field text area

b)

allows you to write in a one line text area

8.

do the <fieldset> tag and the <legend> tag have to be used together

a)

no

b)

yes

c)

it can be placed wherever you want

9.

What does the <form> element do

a)

contains different type of attributes

b)

changes the size of the page

c)

contains different types of input element

d)

contains different types of forms

10.

What numbers must I subtract to get the circle to "appear" on the image


ex:123,456

789,102

a)

123 and 789

b)

456 and 102

c)

123 and 102

d)

123 and 456