Sie sind auf Seite 1von 7

Recap Forms

What is a form?

• Used to gather different types of information


Define and describe form. entered by a user.
• Used in conjunction with scripts for web
application.

How to structure a form?

Identify the approach to


structure a form.

1
What are the three elements of form
fields?

Enumerate the elements used as


form fields. • input
• textarea
• select

What is name attribute?


• It supplies the necessary identifier for the data
of a form field
Identify the approach to add
• It is applied to input, textarea, and select
elements. single-line text input.
• Data in form field will not be sent if the name
attribute is present.

How to add single-line text input?

Identify the approach to add


password input.

2
How to add password input?

Identify the approach to add


checkbox input.

How to add checkbox input?

Identify the approach to add


radio input.

How to add radio input?

Identify the approach to submit


data input.

3
How to submit data input?

Identify the approach to clear


data input.

How to clear data input?

Identify the approach to add


hidden data input.

How to add hidden data input?

Identify the approach to submit


data using image.

4
How to submit data using image?

Identify the approach to add file


input.

How to add file input?

Identify the approach to add


button input.

How to add button input?

Identify the approach to add


multiline text input.

5
How to add multiline text input?

Identify the approach to add


menu input.

How to add menu input?

Identify the approach to add


list input.

How to add list input?

Identify the approach to organize


form fields.

6
How to organize form fields?

Identify the approach to add


label to form field.

How to add label to form field?

Let’s review!

Identify the approach… Identify the approach…


• to structure a form. • to submit data using image.
• to add single-line text input. • to add file input.
• to add password input. • to add button input.
• to add checkbox input. • to add multiline text input.
• to add menu input.
• to add radio input.
• to add list input.
• to submit data input.
• to organize form fields.
• clear data input. • to add label to form field.
• to add hidden data input.

Das könnte Ihnen auch gefallen