HTML Forms User Input Flashcards

1
Q

What do you think is the general purpose of any form?

A

In general, the purpose of a form is to collect information from a user. This can be something as simple as a sign-up form, or as complex as a survey with different question types. It can be human or machine-read (meaning no human will ever see it). But the general purpose is to allow a user to submit some information to a website for some specific purpose.

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

Before we get there, what do you think is the primary difference between a text and password input type?

A

The primary difference is that the text input type will show the text exactly as a user types it. The password input type will collect the text, but won’t display the text to the user, typically replacing the text with a series of dots or asterisks (***), depending on the browser.

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