Web Design 6 Flashcards

1
Q

<p>Get (Forms)</p>

A

<p>GET method is good for non-secure data</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

<p>Post (Forms)</p>

A

<p>POST is a secure method that has no size limitations, and can be used to send large amounts of data.</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

<p>Radio Button</p>

A

<p>Supports only 1 selection| Shape is Round</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

<p>Checkbox</p>

A

<p>Supports multiple selections | Shape is Square</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

<p>Text Field</p>

A

<p>Supports 30 characters</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

<p>Text Area</p>

A

<p>Supports unlimited characters. Use to be limited to 300</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

<p>max length (attribute)</p>

A

<p>specifies the maximum number of characters allowed in the element.</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

<p>Submit button</p>

A

<p>when clicked, causes a form's action statement to process</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

<p>Select tag</p>

A

<p>is a drop down list that can be used as a menu</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

<p>Form-Handler</p>

A

<p>he form-handler is typically a server page with a script for processing input data.</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

<p>formaction="/action_page.php"</p>

A

<p>defines a button for submitting the form data to a form-handler</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

<p>action="/action_page.php</p>

A

<p>Action- is the attribute to specify the location and name of the script that will process form data</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly