Shared Flashcard Set

Details

Chapter 14
Web Design
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
URL
Definition
The action attribute contains the _ of the Web Application
Term
POST/GET
Definition
The method attribute contains the method of sending the form data: either _ or_
Term
POST
Definition
A _ packages form data and appends it as part of the request
Term
GET
Definition
A _ packages form data and appends it to the URL
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
GET
Definition
Use _ for requests that might be bookmarked
Term
INPUT
Definition
The _ element can act as many different input controls on the Web page, depending on the value of its "type" attribute
Term
"text"
Definition
A type of _ creates a single line text input
Term
"submit"
Definition
A type of _ creates a submit button
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
"checkbox"
Definition
A type of _ creates one checkbox control. You can create a set of choices by giving multiple checkboxes the same name.
Term
TEXTAREA
Definition
A _ element creates a multi-line text input area.
Term
SELECT
Definition
A _ element creates a menu, which contains one or more OPTION elements. OPTION elements define elements define the items in the menu.
Term
TEXTAREA
Definition
If you out text into the content of a _ element, it will become the default text in a text area control on the Web page.
Term
INPUT
Definition
The value attribute in the text _ element can be used to give a single-line text input an initial value.
Term
value
Definition
Setting the _ attribute on a submit button changes the text of the button
Term
submitted
Definition
When a Web form is _, the form data values are paired with thier corresponding names, and all names and values are sent to the server.
Term
forms
Definition
Tables are often used to layout _, given that forms have tabular structure. Once laid out, CSS should be used to style forms to provide the presentation, including color, font styles,etc.
Term
FIELDSET
Definition
XHTML allows form elements to be organized with the _ element.
Term
LABEL
Definition
The _ element can be used to attach labels to form elements in a way that aids accessibility.
Supporting users have an ad free experience!