what is the purpose of an HTML <form> element
to collect data/answers from users to fulfill certain actions.
IE: Username + Password, email, payment info, etc.
Give five examples of form control elements.
text, inputs ,selection, file ,username, password
give three examples of <type> attribute values for html <input></input> elements</type>
radio, button, checkbox
Is an HTML <input></input> element a block or an inline element?
Inline element.