HTML-forms-Q&A Flashcards
1
Q
What is the purpose of an HTML form element?
A
Whether you are adding a simple search box to your website or
you need to create more complicated insurance applications,
HTML forms give you a set of elements to collect data from
your users.
2
Q
Give five examples of form control elements.
A
'input' 'textarea' 'label' 'submit' 'select'
3
Q
Give three examples of type attribute values for HTML elements.
A
‘submit’
‘radio’
‘checkbox’
4
Q
Is an HTML ‘input’ element a block element or an inline element?
A
The ‘input’ element is a inline element