Shared Flashcard Set

Details

Chapter 14 Web design
Web and Print 10
21
Computer Science
10th Grade
02/05/2009

Additional Computer Science Flashcards

 


 

Cards

Term
Form
Definition
This element defines the form, and all form imput elemtns are nested inside it
Term
action
Definition
this attribute contains the URL of the Web Application
Term
method
Definition
this attribute contains the method of sending the form data: either POST or GET
Term
POST
Definition
This packages form data and sends it as part of the request
Term
GET
Definition
This packages form data and appends i to the URL
Term
POST
Definition
This is used when the form data should be private, or when it is large, suchas when a textarea or file input element is used
Term
GET
Definition
use this for requests that might be bookmarked
Term
input
Definition
this element can act as many different input controls on the Web page, depending on the value of its type attribute
Term
text
Definition
this type creates a single line text input
Term
submit
Definition
this type creates a submit button
Term
radio
Definition
this type creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons
Term
checkbox
Definition
this type creates one checkbox control. You can create a set of choices by giving multiple checkboxes the same name
Term
textarea
Definition
this element creates a multi-line text input area
Term
select
Definition
this element creates a menu, which contains one or more option elements. option 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 text area control on the Web Page
Term
input
Definition
the value attribute in the text ______ element can be used to give a single-line text input an initial value
Term
submit button
Definition
setting the value n a _____ ______ changes the text of the button
Term
server
Definition
when a web form is submitted, the form data values are paired with their corresponding names, and all names and values are are sent to the _____
Term
layout
Definition
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 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 labels to form elements in a way that aids accessibility
Supporting users have an ad free experience!