HTML FORMS Flashcards
1
Q
What is the purpose of an HTML form element?
A
!!!!TO MAKE FORMS!!!! HTML Form allows you to collect information from visitors to
your site, one example would be a search box.
2
Q
Give five examples of form control elements.
A
Label, input, Text Area, Select, Option
3
Q
Give three examples of type attribute values for HTML elements.
A
radio, text, time
4
Q
Is an HTML element a block element or an inline element?
A
Inline element because it does not begin on a new line and can go next to each
other