Forms Flashcards

1
Q

What is the purpose of an HTML form element?

A

represents a document section containing interactive controls for submitting information to a server.

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

input
textarea
select
label
option

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.

A

text
url
email
password

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 element or an inline element?

A

inline element

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