HTML-Forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
To collect user input and bring it to where it needs to be
2
Q
Give five examples of form control elements.
A
button, checklist, file, text, submit, and many more
3
Q
Give three examples of type attribute values for HTML <input></input> elements.
A
email, date, color, and many more
4
Q
Is an HTML <input></input> element a block element or an inline element?
A
input is an inline block by default