html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
To collect information from users to store in a server
2
Q
Give five examples of form control elements.
A
Input, select, radio, checkbox, text area (any type of input elements)
3
Q
Give three examples of type attributes for HTML elements.
A
Password, radio, checkbox, submit (configure those elements)
4
Q
Is an HTML element a block element or an inline element?
A
Inline