HTML-Forms Flashcards

Understanding how to collect user information with an HTML form

1
Q

What is the purpose of an HTML form element?

A

The purpose of the html form element is to collect information from web-users on your site.

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
submit
input
form
label
select
button
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 elements.

A

text
radio
password

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

Is an HTML input element a block element or an inline element?

A

inline-block

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