html-forms Flashcards
1
Q
- What is the purpose of an HTML form element?
A
Its primary purpose is to retrieve data or information of the user, also different elements that allow you to collect information from visitors to your site.
2
Q
- Give five examples of form control elements.
A
form, text input, submit, drop down, label, radio
3
Q
- Give three examples of type attributes for HTML elements.
A
Submit, password, text input.
4
Q
- Is an HTML element a block element or an inline element?
A
Inline