HTML Forms Flashcards

1
Q

What is the purpose of an HTML form element?

A

It allows you to collect information from visitors to your site.

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

Form, Legend, Label, Button, Input

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

Give three examples of type attributes for html input elements.

A

Button, Checkboxes, Radio

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

An HTML input element is an inline element

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

If you put a button in a form, what will happen?

A

Any button put in a form will act as a submit button

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