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

How to grow on Youtube

 How to grow on youtube Today Youtube becomes a very vast platform and for those people who want to grow on youtube has to face high competition. Youtube is becoming a way of earning for people. But it not very easy to grow on such platform which has very high competition level. Growth on youtube Today i am going to share some tips that will help you on growing your Youtube channel. These are based on knowledge and experience of some big Youtubers of all niches. Basic Tips to grow on youtube 1.Use of Tags, Title, Description and Thumbnail in right way Tags, description, title are very important for your channel growth these help you to rank your videos in search result and people can find it easly. After this Thumbnail is also important because this makes people to click on your video.  2.Content quality Content quality is most important becouse your content will decide how fast your channel will grow. Sound quality, and editing is also an important thing. As youtube algorithm...

How to style html page with tags ?

  Content of this page 1)Bold Tag 2)Italic Tag 3)Underline  Tag 4)Subscript Tag 5) Superscript Tag                                                       Bold Tag Bold tag is used to Bold or highlight the text ,word or paragraph by adding boldness to it.we can add this by using <b> tag. <Body> <b> hello world </b> </body> The text between the start and end of Bold tag will become Bold.

Head and Body tags of HTML

  Learn coding with me and Start developing websites and applications                                        Head  About head tag and where we use them Head Tag is placed at top   In this tag we can give the title of document on which we are working and we  add internal css in head tag to make our website Attractive and we add javascript in between it to make our website functionable .