Forms Flashcards

1
Q

Get (Forms)

A

GET method is good for non-secure data

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

Post (Forms)

A

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

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

Radio Button

A

Supports only 1 selection| Shape is Round

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

Checkbox

A

Supports multiple selections | Shape is Square

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

Text Field

A

Supports 30 characters

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

Text Area

A

Supports unlimited characters. Use to be limited to 300

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

max length (attribute)

A

specifies the maximum number of characters allowed in the element.

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

Submit button

A

when clicked, causes a form’s action statement to process

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

Select tag

A

is a drop down list that can be used as a menu

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

Form-Handler

A

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

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

form action=”/action_page.php”

A

defines a button for submitting the form data to a form-handler

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

action=”/action_page.php

A

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

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