Shared Flashcard Set

Details

Last chptr of web design cards
""
22
Computer Science
10th Grade
02/05/2009

Additional Computer Science Flashcards

 


 

Cards

Term
form *
Definition
The ? element defines the ? and all ? input elements are nested inside it.
Term
action *
Definition
The ? attribute contains the URL of the Web App
Term
method *
Definition
The ? atrriubute contains the ? of sending the form data: POST or GET
Term
POST *
Definition
A ? packages form data and sends it as part of the request
Term
GET *
Definition
A ? packages form data and appends it as part of the request.
Term
POST *
Definition
Use ? when the form data should be private or when it is large, such as when a textarea or file input 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 ? input.
Term
"submit" *
Definition
A type of ? creates a ? button.
Term
"radio" *
Definition
A type of ? creates one ? button. All ? buttons with the same name make up a group of ? buttons.
Term
"checkbox" *
Definition
A type of ? creates one ? control. You can create a set of choices by giving multiple checkboxes the same name.
Term
textarea *
Definition
The ? element creates a multi-line text input area.
Term
select/ option *
Definition
The ? element cretes a menu, which contains one or more ? elements. ? elements define the items in the menu.
Term
textarea *
Definition
If you put text into the content of a ? element, it will become the default text in a ? control on the Web page.
Term
value *
Definition
The ? attribute in the text input element can be used to give a single line text input an initial ?
Term
value attribute *
Definition
Setting the ? on a submit button changes the text of the button
Term
Web form *
Definition
When a ? is submitted the form data values are paired with their corresponding names, and all names and values are sent to the server.
Term
Tables *
Definition
? are often uses to layout forms gives that forms have a tabular structure.
Term
CSS *
Definition
Once laid out, ? 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 ? to form elements in a way that aids accessibity.
Supporting users have an ad free experience!