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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give five examples of form control elements.

A
'input'
'textarea'
'label'
'submit'
'select'
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give three examples of type attribute values for HTML elements.

A

‘submit’
‘radio’
‘checkbox’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is an HTML ‘input’ element a block element or an inline element?

A

The ‘input’ element is a inline element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly