HTML-Forms Flashcards

1
Q

What is the purpose of an HTML form element?

A

To get data from 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. Checkbox
  2. Dropdown
  3. Buttons
  4. Radio
  5. TextArea
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

< input > elements.

A
  1. text
  2. email
  3. 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 Element

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