HTML FORMS Flashcards

1
Q

What is the purpose of an HTML form element?

A

!!!!TO MAKE FORMS!!!! HTML Form allows you to collect information from visitors to
your site, one example would be a search box.

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

Label, input, Text Area, Select, Option

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

radio, text, time

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

Is an HTML element a block element or an inline element?

A

Inline element because it does not begin on a new line and can go next to each
other

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