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