Shared Flashcard Set

Details

Forms
Chapter 14
21
Computer Science
10th Grade
02/05/2009

Additional Computer Science Flashcards

 


 

Cards

Term
form
Definition
The _______ element defines the form and all form input elements are nested inside it.
Term
textarea
Definition
A __________ element creates a multi-line text input area
Term
The URL of the Web Application.
Definition
The action attribute contains what?
Term
option
Definition
A select element creates a menu, which contains one or more _____ elements. ________ elements define the items in the menu.
Term
The form data.

Either POST or GET.
Definition
The method attribute contains the method of sending what?
Term
default
Definition
If you put text into the content of a text area element, it will become the _______ text in a text area control on the Web page.
Term
POST
Definition
What packages form data and sends it as part of the request?
Term
value
Definition
The ________ attribute in the text input element can be used to give a single-line text input an inital value.
Term
packages the form data and appends it to the URL
Definition
What does the GET method do?
Term
changes it
Definition
Setting the value attribute on the submit does what to the text of the button?
Term
the fieldset element
Definition
XHTML allows form elements to be organized with what element?
Term
False. A type of "submit" creates a submit button.
Definition
A type of "submit" creates a signle line text input.

True or False?
Term
True.
Definition
A type of "text" creates a single line text input.

True or False?
Term
textarea

input
Definition
Use POST when the form data should be private or when it is large such as when a _____________ or file ________ element is used.
Term
bookmarked
Definition
Use GET for requests that might be ___________________.
Term
type
Definition
The input element can act as many different input controls on the Web page, depending on the value of its "____" attribute.
Term
radio
Definition
A type of _____ creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons.
Term
multiple checkboxes
Definition
A type of checkbox creates one checkbox control. You can create a set of choices by giving _________ __________ the same name.
Term
corresponding.

server.
Definition
When a Web form is submitted, the form data values are paired with their _____________ names, and values are sent to the _______.
Term
True
Definition
Tables are used to layout forms because they have a tabular structure.

True or False?
Term
To attach labels to form elements in a way that aids accessibility.
Definition
The label element can be used to do what?
Supporting users have an ad free experience!