HTML Forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
It allows you to collect information from visitors to your site.
2
Q
Give five examples of form control elements.
A
Form, Legend, Label, Button, Input
3
Q
Give three examples of type attributes for html input elements.
A
Button, Checkboxes, Radio
4
Q
Is an HTML input element a block element or an inline element?
A
An HTML input element is an inline element
5
Q
If you put a button in a form, what will happen?
A
Any button put in a form will act as a submit button