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
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 attributes for HTML input elements.
A
text Password radio file submit image
4
Q
Is an HTML input element a block element or an inline element?
A
Inline