24. HTML Forms Part 1 - English

Опубликовано: 08 Октябрь 2024
на канале: Easyway
50
4

HTML forms. If you ever fill up an online form then you should know how it looks like and what are the elements are there. We can

create that form in html using form tag. Form tag has some major attributes. Number 1 is action attribute, Every form has a submit button.

When any one submit a form, it will take you to another page or may be the same page. But it always has a target. that target URL we put

insite the action attribute. Next attribute is method. There is two method supported by the method attribute:
1.POST
2.GET
These two methods has different working styles. Post method is more secure than get method. In get method we can the values passed by

the form in the url, but in post method we can't see. Get method is more faster than post method. I will discuss this topic when I will do

form submission using PHP.
Form tag supports a special tag, input. input tag has so many types, like - text, email, date, color, number, radio, check boxes. And other

tags are also there, select, textarea etc. In this tutorial you can see how to create a html form, how to create a text box, how to create a

passowrd field and submit button. So Enjoy it :)
You can follow me on Social Network.
Facebook Page   / easyway.tutorial2016  
Twitter   / mondal_aftab  
Google Plus https://plus.google.com/u/0/107681664...
Youtube    / @easywaytutorials  
Linked In   / aftab-mondal-b78434a9  
Quora https://www.quora.com/profile/Aftab-M...
Blog http://easywaytutorial.blogspot.in/
Please Subscribe to my channel.
Please Like, Share and comment on my videos.
Hope you will Enjoy my videos.