Shared Flashcard Set

Details

chapter14
tables
22
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
action
Definition
the __- attribute contains the URL of the Web Application
Term
POST, GET
Definition
the method attribute containd the method of sending the form data: either __ or ___
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 to the URL
Term
textare, input
Definition
use POST when the form data should be private, or when it is large, such as when a ___ or ___ element is used
Term
GET
Definition
use ___ for request that might be bookmarked
Term
type
Definition
the input element can act as many different input controls on the Web page, depending on the values of its ___ attribute
Term
text
Definition
the 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 ___ button. all ___ buttons with the same name make up a group of muttually exclusive buttons
Term
checkbox
Definition
a type of ___ creates one ___ control. you can create a set of choices by giving multiple ___ 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.
Term
option
Definition
___ elements define the item in the menu
Term
default
Definition
if you put text into the content of the textarea element, it will become the ___ text in a text area control on the Web page
Term
single-line
Definition
the value attribute in the text input element can be used to give a ____ input an intial value
Term
text
Definition
setting the value attribute on a submit button change the __ of the button
Term
corresponding
Definition
when a Web form is submitted, the form data values are paired with their _____ manes, and all names and values are sent to the server
Term
tables
Definition
___ are often used to layout forms, given that forms have a tabular structure.
Term
feildset
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 the aids accessibility
Supporting users have an ad free experience!