HTML Forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
Collect data from users
2
Q
Give five examples of form control elements.
A
text input, radio buttons, checkboxes, drop-down boxes, text area
3
Q
Give three examples oftypeattributes for HTML< input >elements.
A
text, password, submit
4
Q
Is an HTML< input >element a block element or an inline element?
A
Inline