NEW
Font size
WorksheetsForms and Maps
Total questions: 10
Worksheet time: 5mins
What does the <select> element do
enables you to pick multiple answers
enables you to pick one answer
adds a clickable button
adds dropdown list
Which code is correct
<img src="owl.jpg" alt="Owl" usemap="#owl"
<img src=owl.jpg alt=Owl usemap=#owl>
<img src="owl.jpg" alt="owl" usemap="#owl">
<img src="owl.jpg" alt="Owl" usemap="#owl">
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
3
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
3
4
When you add a link to an image how is the tag written
a href
href
What does the <submit> attribute do
adds a clickable button
allows you to select multiple choices
submits the form
does what the submit button does
the <textarea> element does...
allows you to write in a field text area
allows you to write in a one line text area
do the <fieldset> tag and the <legend> tag have to be used together
no
yes
it can be placed wherever you want
What does the <form> element do
contains different type of attributes
changes the size of the page
contains different types of input element
contains different types of forms
What numbers must I subtract to get the circle to "appear" on the image
ex:123,456
789,102
123 and 789
456 and 102
123 and 102
123 and 456
