Shared Flashcard Set

Details

Chapter 14 Bullets
bullets
22
Computer Science
10th Grade
02/05/2009

Additional Computer Science Flashcards

 


 

Cards

Term
What does the form element define?
Definition
defines the form and all form input elements are nested inside it.
Term
What attribute contains the URL of the Web application?
Definition
action
Term
What attribute cantains the method of sending form data: either POST or GET?
Definition
method
Term
What packages form data and sends it as a part of the request?
Definition
POST
Term
What packages form data and appends it to the URL?
Definition
GET
Term
When do you use POST?
Definition
When the form data should be private or when it is large such as when a textarea or file input element used.
Term
When do you use GET?
Definition
for requaests that might be book marked
Term
What does the input element act as?
Definition
many different inout controls on the Web Page.
Term
What creates a slingle line text input?
Definition
a type of "text"
Term
What create a submit button?
Definition
a type of "submit"
Term
What creates a radio button?
Definition
a type of "radio"
Term
What creates one checkbox control?
Definition
A type of "checkbox"
Term
What does a textarea element create?
Definition
a multi-line text input area
Term
What does a select element create?
Definition
A menu which contains one or more option elemnets.
Term
What element defines the items in te menu?
Definition
option
Term
What happens when you put text into a content of a textarea element?
Definition
it will become the default text in a text area control on the Web Page
Term
What attribute can ve used dto give a single-libe text input an initial value?
Definition
input
Term
What changes the text of the submit button?
Definition
Setting the value attributeon a submit button
Term
When a web form is submitted, the form data values are paired with what?
Definition
their corresponding names and all names and values are sent to the server
Term
What are tables for?
Definition
to layout forms given that forms have tabular structure.
Term
What allows elements to be organized with the fieldset element?
Definition
XHTML
Term
What 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!