Skip to main content

How to make a login form

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




Hope you learn from it. 
Share this content with your friends and family 
And follow me. 

Comments

Popular posts from this blog

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html  

Marquee Tag and paragraph Tag

  Content of the post 1)Marquee tag 2)Paragraph tag 3)Fieldset tag 4)Legend tag