html-forms Flashcards
1
Q
What is the purpose of an HTML form element?
A
It is used to capture use input
2
Q
Give five examples of form control elements.
A
Input text control (Single Line, Multi Line, Password) - Capture free text Input type Radio Input type submit Input type checkbox Input type drop-down list
3
Q
Give three examples of type attributes for HTML elements.
A
button, checkbox, email, file
4
Q
Is an HTML element a block element or an inline element?
A
Inline