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