html forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
Collect information from user
2
Q
Give five examples of form control elements.
A
- Text input
- Password input
- Text area
- Radio buttons
- Checkboxes
- Drop-down boxes
- Submit buttons
- Image buttons
- File upload
3
Q
Give three examples of type attribute values for HTML input elements.
A
- “text” for Text Input
- “password” for Password Input
- “radio” for Radio Button
4
Q
Is an HTML element a block element or an inline element?
A
Inline