HTML-Forms Flashcards
Understanding how to collect user information with an HTML form
1
Q
What is the purpose of an HTML form element?
A
The purpose of the html form element is to collect information from web-users on your site.
2
Q
Give five examples of form control elements.
A
submit input form label select button
3
Q
Give three examples of type attribute values for HTML input elements.
A
text
radio
password
4
Q
Is an HTML input element a block element or an inline element?
A
inline-block