html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
The purpose is to create a place where the user can input needed data and group the data; it can perform many functions online.
2
Q
Give five examples of form control elements.
A
text input, password input, checkboxes, radio buttons, drop down boxes, submit buttons
3
Q
Give three examples of type attributes for HTML elements.
A
text, radio, password
4
Q
Is an HTML element a block element or an inline element?
A
inline element