Shared Flashcard Set

Details

Web Design ch. 14
study guide
21
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.
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 data snd sends it 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 private, or when it is large, such as when a 'textarea' or file 'input' element is used.
Definition
POST
Term
Use ______ for requests that might be bookmarked.
Definition
GET
Term
The _____ element can act as many different input controls on the Web page, depending on the value of its "type" attribute.
Definition
input
Term
A type of "_______" creates a single line text input.
Definition
text
Term
A type of "_____" creates a {___} button.
Definition
submit
Term
A type of "______" creates one {___} button. All {___} buttons with the same name make up a group of mutually exclusive buttons.
Definition
radio
Term
A type of "______" creates one {___} control. You can create a set of choices by givingmultiple {____} the same name.
Definition
checkbox
Term
A '_____' element creates a multi-line text input area.
Definition
textarea
Term
A (a) element creates a menu, which contains one or more '(b)' elements. (b) elements define the items in the menu.
Definition
a) select
b) option
Term
If you put text into the content of a 'textarea' element, it will become the _______ text in a text area control on the 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 ____________ button changes the text of the button.
Definition
submit
Term
When a Web form is submitted, the form data values are paired with their corresponding names, and all names and values are sent to the _______.
Definition
server
Term
Tables are often used to _________, given that forms have tabular structure.
Definition
layout forms

{Once laid out, CSS should be used to styles forms to provide the presentation, including color, font styles, etc.}
Term
XHTML allows forms elements to be organized with the '________' element.
Definition
fieldset
Term
The '____' element cna be used to attach (___)s to form elements in a way that aids accessibility.
Definition
label
Supporting users have an ad free experience!