Tutorial 14(HTML form)

Veröffentlicht am: 20 Juli 2021
auf dem Kanal: 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.


Auf dieser Seite können Sie das Online-Video Tutorial 14(HTML form) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer bisht_coding 20 Juli 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 13 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!