How To Make A Login Form

Bookmark (1)
ClosePlease login

No account yet? Register

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:

Untitled.png

Comment below and include a screenshot to show how it looks.

Rating: 5.00/5. From 1 vote.
Please wait...
Subscribe
Notify of
guest
1 Comment
Newest
Oldest Most Voted
Inline Feedbacks
View all comments