What is the purpose of an HTML form element?
To collect info (user input) and submit it to a server
Give five examples of form control elements.
form, input, textarea, select (has option elements), label, button?
Give three examples of type attribute values for HTML input elements.
text, number, radio, email, password, checkbox, file, submit, image, hidden
Is an HTML input element a block element or an inline element?
inline-block