HTML Forms and Input Flashcards

1
Q

form

A

Defines an HTML form for user input

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

input

A

Defines an input control

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

textarea

A

Defines a multiline input control

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

button

A

Defines a clickable button

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

select

A

Defines a drop-down list

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

optgroup

A

Defines a group of related options in a drop-down list

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

option

A

Defines an option in a drop-down list

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

label

A

Defines a label for an [input] element

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

fieldset

A

Groups related elements in a form

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

legend

A

Defines a caption for a [fieldset] element

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

datalist

A

Specifies a list of pre-defined options for input controls

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

keygen

A

Defines a key-pair generator field (for forms)

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

output

A

Defines the result of a calculation

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