html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
Allows you to collect information from visitors to your site (allows users to search, register, etc.)
2
Q
Give five examples of form control elements.
A
Text area, radio buttons, checkboxes, drop-down boxes, submit buttons
3
Q
Give three examples of type attribute values for HTML elements.
A
Text, password, radio, checkbox
4
Q
Is an HTML element a block element or an inline element?
A
Inline element