HTML-Forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
To get data from users
2
Q
Give five examples of form control elements.
A
- Checkbox
- Dropdown
- Buttons
- Radio
- TextArea
3
Q
Give three examples of type attributes for HTML
< input > elements.
A
- text
- password
4
Q
Is an HTML < input > element a block element or an inline element?
A
Inline Element