What is the purpose of an HTML form element?
To collect data from users.
Give five examples of form control elements.
Input, select, option, text area and label.
Give three examples of type attributes for HTML input elements.
Text, password and radio.
Is an HTML input element a block element or an inline element?
Inline element.