Html Forms Flashcards

1
Q

what is the purpose of an HTML <form> element

A

to collect data/answers from users to fulfill certain actions.
IE: Username + Password, email, payment info, etc.

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

Give five examples of form control elements.

A

text, inputs ,selection, file ,username, password

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

give three examples of <type> attribute values for html <input></input> elements</type>

A

radio, button, checkbox

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

Is an HTML <input></input> element a block or an inline element?

A

Inline element.

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