HTML Forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
Use a form element when user input is required
2
Q
Give 5 examples of form control elements
A
- input
- textarea
- select
- buttons
- fieldset
3
Q
Examples of type attribute values for HTML input elements
A
- submit
- text
- radio
- checkbox
- file
- password
- reset
- button
4
Q
Is an HTML input element a block element or an inline element?
A
inline