How to make a login form.
Content
1)Input tag
2)Form tag
3)button tag
Input tag
Input tag is very important tag used in html because it is used in approximately every website. It actually creates a unique box in which people can write text and each box can be classified for their criteria such as if want to make a login form in which you want a username box and password box and a login button so user can just give username in username box and he/she can just write password in the password box and some attributes are also used like value, placeholder, etc.
This tag is going to be long so videos are in parts.
Form tag
Form tag is used to to tell browser that we are going to work on form Some attributes are also used in it. And all the tag which are used in form making are written in form tag.
Button tag
Button tag is used in form and every where to create a button for reset, save, send, etc
Comments
Post a Comment