html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
To collect data from your users
2
Q
Give five examples of form control elements.
A
<input></input>,<label>,<select>,<textarea>,<button></button></textarea></select></label>
3
Q
Give three examples of type attribute values for HTML <input></input> elements.
A
<input></input>
<input></input>
<input></input>
4
Q
Is an HTML <input></input> element a block element or an inline element?
A
inline