html forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
The <form> HTML element represents a document section containing interactive controls for submitting information.
2
Q
Give five examples of form control elements.
A
<form>
<input></input>
<select>
<label>
<textarea>
</textarea></label></select></form>
3
Q
Give three examples of type attribute values for HTML <input></input> elements.
A
radio
checkbox
password
4
Q
Is an HTML <input></input> element a block element or an inline element?
A
block element