NEW
Font size
WorksheetsImage Maps & Forms
Total questions: 10
Worksheet time: 5mins
For responses in a open ended question in a form what tag do yo use?
<p></p>
<form></form>
<textarea><textarea>
<input>
What element does "id" need to match with?
"for"
"type"
"name"
"value"
For "shape="circle"" how many pairs of number do you need in the "coords="?
4 pairs
3 pairs
2 pairs
More then 1 pair
when doing image maps what image tag is correct?
<img src="..." alt="..." usemap="#...">
<img src="..." alt="...">
<img>
<img src="...">
For an input tag what is needed
A closing
An Output tag
<a href></a>
<button>
How many coords is needed for shape=square
4 pairs
3 pairs
2 pairs
For finding coords for shape=square how do you start
top left to bottom left
top right to bottom left
top left to bottom right
top right to bottom left
How do you find shape=circle coords
half of circle and radius
center point and radius
1/4 of circle and radius
find each points coord
How many shapes are used in image map
1
3
2
4
How does a form tag end
It closes with the body and html
Closes when wherever you finish in the middle
The form tag doesn't close
Ends when adding a new heading
