Shared Flashcard Set

Details

Web Design Chapter 14
Last Chapter
22
Computer Science
10th Grade
02/05/2009

Additional Computer Science Flashcards

 


 

Cards

Term
The ____ element defines the form, and all form input elements are nested inside it.
Definition
FORM
Term
The ______ attribute contains the URL of the Web Application.
Definition
action
Term
The _______ attribute contains the method of sending the form data: either POST or GET.
Definition
method
Term
A ____ packages form dat and sends its as part of the request.
Definition
POST
Term
A ____ packages form data and appends it to the URL.
Definition
GET
Term
Use ____ when the form data should be provate, or when it is large, such as when a private, or when it is large, such as when a TEXTAREA or file INPUT element is needed.
Definition
POST
Term
Use ___ for requests that might be bookmarked.
Definition
GET
Term
The _____ element can act as many differernt input controls on the Web page, depending on the value of its "type" attribute.
Definition
INPUT
Term
A type of ____ cretes a single line text input.
Definition
"text"
Term
A type of ______ creates a submit button.
Definition
"submit"
Term
A type of _____ creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons.
Definition
"radio"
Term
A type of ________ creates one checkbox control. You can create a set of choices by giving mulitple checkboxes the same name.
Definition
"checkbox"
Term
A ________ element creates a multi-line text input area.
Definition
TEXTAREA
Term
A ______ elementy creates a menu, which contains one or more OPTION elements.
Definition
SELECT
Term
______ elements define the items in the menu.
Definition
OPTION
Term
If you put text into the content of a TEXTAREA element. It will become the ________ text in a text area control on teh Web Page.
Definition
default
Term
The ______ attribute in the text INPUT element can be used to give a single-line text input an initial value.
Definition
value
Term
Setting the value attribute on a submit button changes the ___ of the button.
Definition
text
Term
When a Web form is submitted, the form data values are paired with their _____________ names, and all names and values are sent to the server.
Definition
corresponding
Term
Tables are often used to ______ forms, given that forms have a tabular structure. Once laid out, CSS should be used to style forms to provide the presentataion, including color, font styles, etc.
Definition
layout
Term
XHTML allows form elements to be organized with the _______ element.
Definition
FIELDSET
Term
The ______ element can be used to attach labels to form elements in a way that aids accessibility.
Definition
LABEL
Supporting users have an ad free experience!