Hello:)
Many coders wonder how to make text input, and some wonder if I could make a text input only for emails. So if you are looking for it you came to the right place.
You can make a simple text input by typing: <input>. But what if you just need it for emails? You will have to type: <input type=”email”>, and this must be an email format and not just text or numbers. It checks for basic rules, like needing a ‘@’ symbol and not allowing certain characters. However, it does not check if the email address actually exists.
Homework: Make a Facebook style login page like this:
Comment below and include a screenshot to show how it looks.