HTML forms Flashcards

1
Q

this html tag is used to create a form

A

< form >

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

a < form > tag has which attributes

A

action =””

method=””

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

a < form >’s action attributes is used to

A

specific where to send a form-data

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

a < form >’s method attributes is used to

A

specific how the information is submitted

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

< form method=”get”> is used to

A

request data from a specified resource

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

< form method=”post”> is used to

A

send data to a server

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

what properties are used to define a < form >

A

< label >, < input > and

< section >

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

the < label > property is used to

A

provide a label for a forms input area

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

a < label > attribute for=”” is used to

A

specify which form element a label is bound to

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

the < input > property is used to

A

provide a input area

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

< input > type attribute is used to

A

define the method used

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

< input type=” text “ > is used to

A

define a single-line text input area

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

< input type=” radio “ > is used to

A

define radio buttons `

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

< input type=” submit “ > is used to

A

define a button for submitting a from to a form handler

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

the < select > html tag is used to

A

create a drop-down list in a form

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

the < option > html tag is

A

a property of the < select > html tag

17
Q

< option > html tag is used to

A

define a list of options to selected on < form >’s drop-down