HTML FORMS Flashcards
1
Q
What is the purpose of an HTML form element?
A
To take in inputs from users by interactive controls
2
Q
Give five examples of form control elements.
A
input type checkbox, radio,password
select - list box
textarea
3
Q
Give three examples of input type attribute values for HTML elements.
A
password, radio, checkbox
4
Q
Is an HTML element a block element or an inline element?
A
inline