html-forms Flashcards

1
Q

What is the purpose of an HTML form element?

A

HTML forms give you a set of elements to collect data from

your users.

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
  1. input
  2. label
  3. select
  4. textarea
  5. button
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give three examples of type attributes for HTML elements.

A
  1. radio
  2. checkbox
  3. email
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

inline

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