+50 XP
Lesson 18

Input Types ⌨️

Different types of input fields for different data

⌨️

The Right Input for the Job!

Different input types help collect different kinds of information!

📧

Email

For email addresses

🔒

Password

Hides sensitive text

🔢

Number

Only allows numbers

Why use different types?

  • ✅ Better validation - browsers check the format
  • ✅ Mobile keyboards - shows the right keyboard
  • ✅ User experience - makes forms easier to use
  • ✅ Security - hides passwords automatically

🌟 Using the right input type makes forms smarter!