8. Select the HTML tag from the list below that configures a textbox with the name
"email" and a width of 40 characters.
a. <input type="text" id="email" width="40" >
b. <input type="text" name="email" size="40" >
c. <input type="text" name="email" space="40" >
d. <input type="text" width="40" >
9. You would like to conduct a survey and ask your web page visitors to indicate the
computer operating systems that they use. Each visitor could use more than one
computer operating system. Select the form control that is best to use for this
purpose.
a. check box
b. radio button
c. text box
d. scrolling text box
10. Choose the HTML tag below that would configure a scrolling text box with the name
"feedback", 3 rows, and 60 characters.
a. <textarea name="feedback" width="60" rows="3"></textarea>
b. <input type="textarea" name="feedback" size="60" rows="3" >
c. <textarea name="feedback" rows="3" cols="60"></textarea>
d. none of the above
11. The purpose of the _____
a. <label>
b.<p>
c. <form
d. <legend>
is to configure a label for a <fieldset>.
12. Select the code below that will configure a background image called parchment.gif
for a web page using CSS.
a. body {background-image:url(parchment.gif); }
b. document {background:parchment.gif;}
c. body {background:parchment.gif'}
d. None of the above
13. When applying the design principle of _____
, related items are grouped
together.
a. linear
b. proximity
c. repetition
d. alignment
14. Select the most commonly used site organization for commercial web sites.
a. random
b. linear
c. hierarchical
d. none of the above
3