Tutorial 14(HTML form)

Published: 20 July 2021
on channel: bisht_coding
13
2

HTML Forms are required, when you want to collect some data from the site visitor. For example, during user registration you would like to collect information such as name, email address, credit card, etc.

A form will take input from the site visitor and then will post it to a back-end application such as CGI, ASP Script or PHP script etc. The back-end application will perform required processing on the passed data based on defined business logic inside the application.

There are various form elements available like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.

Tutorial 1:    • Tutorial 1 learn basic HTML(hypertext mark...  
Tutorial 2:    • Tutorial 2(basic structure of HTML)  
Tutorial 3:    • Tutorial 3(HTML tags)  
Tutorial 4:    • Tutorial 4(formatting tags)heading paragra...  
Tutorial 5:    • Tutorial 5(bold, italic, mark, subscript, ...  
Tutorial 6:    • Tutorial 6(font tag and its attributes)  
Tutorial 7:    • Tutorial 7(image tag)  
Tutorial 8:    • Tutorial 8 (anchor tag)  
Tutorial 9:    • Tutorial 9 (video tag)  
Tutorial 10:    • Tutorial 10(HTML LIST)  
Tutorial 11:    • Tutorial 11(Table Tag)  
Tutorial 12:    • Tutorial 12 (table tag and its attributes ...  

HTML Form Controls
There are different types of form controls that you can use to collect data using HTML form −

Text Input Controls
Checkboxes Controls
Radio Box Controls
Select Box Controls
File Select boxes
Hidden Controls
Clickable Buttons
Submit and Reset Button
Text Input Controls
There are three types of text input used on forms −

Single-line text input controls − This control is used for items that require only one line of user input, such as search boxes or names. They are created using HTML input tag.

Password input controls − This is also a single-line text input but it masks the character as soon as a user enters it. They are also created using HTML input tag.

Multi-line text input controls − This is used when the user is required to give details that may be longer than a single sentence. Multi-line input controls are created using HTML textarea tag.

Single-line text input controls
This control is used for items that require only one line of user input, such as search boxes or names. They are created using HTML input tag.


On this page of the site you can watch the video online Tutorial 14(HTML form) with a duration of hours minute second in good quality, which was uploaded by the user bisht_coding 20 July 2021, share the link with friends and acquaintances, this video has already been watched 13 times on youtube and it was liked by 2 viewers. Enjoy your viewing!