What is the purpose of an HTML form element?
Can be used when registering to a service online, subscribing to mailing list, etc
Give five examples of form control elements.
text input, password input, dropdown, submit button
Give three examples of type attributes for HTML elements.
Text, radio, checkbox
Is an HTML element a block element or an inline element?
Inline (can use div to make it on it’s own line)