html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
To collect data from users.
2
Q
Give five examples of form control elements.
A
Input, select, option, text area and label.
3
Q
Give three examples of type attributes for HTML input elements.
A
Text, password and radio.
4
Q
Is an HTML input element a block element or an inline element?
A
Inline element.