Shared Flashcard Set

Details

Web Design ch. 9
study guide
15
Computer Science
10th Grade
02/16/2009

Additional Computer Science Flashcards

 


 

Cards

Term
Which XHTML tag configures a button that can be clicked to reset form fields to their default values automatically?
Definition

input type=”reset” />
-OR-
button type=”reset”>Reset
Term
Which attribute of the 'form' tag is used to specify the name and location of the script that will process the form field values?
Definition
Action
Term
Which of the following form elements does not use the 'input' tag?
Definition
Select list
Term
Choose the XHTML tag that would configure a text box with the name “email” and a width of 40 characters.
Definition
input type=”text” name=”email” size=”40” />
Term
Which of the following form elements would be appropriate for an area that your visitors can use to type in comment about your website?
Definition
Scrolling text box
Term
You would like to conduct a survey and ask your Web page visitors vote for their favorite search engine. Which of the following form elements is best to use for this purpose?
Definition
Radio button
Term
You would like to conduct a survey and ask your Web page visitors to indicate the Web browsers that they use. Which of the following form elements is best to use for this purpose?
Definition
Check box
Term
An order form contains an area for Web visitors to select their preferred method of shipping. You need to limit the amount of space on the form for this feature. Which of the following form elements is best to use for this purpose?
Definition
Select list
Term
Which XHTML tag would configure a scrolling text box with the name “comments”, 2 rows, and 30 chcaracters?
Definition
textarea name=”comments” rows=”2” cols=”30”
Term
Choose the XHTML that would associate a label displaying the text Phone Number with the test box named “orderPhone”. The letter P should fuction as a hot key for the text box.
Definition
-OR-
label for=”Phone”>Phone Number: /label>
Term
To limit the number of characters that a text box will accept, use the _________ attribute.
Definition
Maxlength
Term
To group a number of form elements visually on the page, use the ________ element.
Definition
Fieldset
Term
To cause a number of radio buttons to be treated as a single group, the value of the ____ attribute must be identical.
Definition
Name
Term
Explain why a Web developer should avoid using mailto: to process form information.
Definition
•Unprofessional
•Not Secure
•Visitors not using default email application
Term
List one purpose of using a form on a Web page.
Definition
•Gain information
•Customers to make purchases
•Visitors submit feedback
•Collect data
Supporting users have an ad free experience!