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