HTML Forms Flashcards

1
Q

What is the purpose of an HTML form element?

A

Use a form element when user input is required

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

Give 5 examples of form control elements

A
  • input
  • textarea
  • select
  • buttons
  • fieldset
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of type attribute values for HTML input elements

A
  • submit
  • text
  • radio
  • checkbox
  • file
  • password
  • reset
  • button
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

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