Forms-an introduction Flashcards

1
Q

What are forms used for, and what are some types of forms?

A

Forms provide an easy way to collect information, and some of the various types of forms are registration, feedback form, and login form

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

What do input fields in a form do?

A

A form has input fields for users to enter information and limits choices to valid options to avoid incorrect data entry.

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

Why are forms created on websites?

A

Forms can be created to collect information from the people who visit your website.

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

What are the three important parts of webpage forms?

A

Webpage forms have 3 important parts: a <FORM> tag, form input elements, and a submit button.

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

What is done when designing and building a form?

A

While designing and building a form, you write HTML to define different objects that allow users to type or select information, which can include text fields, radio buttons, check boxes, and other options.

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

What is the purpose of a submit button in forms?

A

A submit button should be included in all forms for sending the data to a web server for processing.

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