Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » HTML
 HTML Forms - Plain English Explanation Part I
Pages: [1]   Go Down
  Print  
Author Topic: HTML Forms - Plain English Explanation Part I  (Read 980 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
HTML Forms - Plain English Explanation Part I
« Posted: September 26, 2007, 02:00:34 PM »




A form in HTML is pretty similar to a form that one would see in the offline world, such as when you're filling out an application for employment or a loan. On these forms you would most likely include your name, social security number, address and a variety of information depending on what the form itself is used for. With HTML, which is what makes up a web page, the form is not written in but typed in by the visitor. The typed information can be input in a variety of ways depending on the form element itself. We're going to cover the most common form elements.

The main form command in HTML is the form tag. This tag is where you designate the form name, how the form itself will behave and what the form will do after it processes the information. In most cases forms will take the information and either pass it along to another web page or write the information to a database to keep for future reference.

The most common way to gather information with a form is with the use of the text box. This is a variable length one line rectangular area where the visitor types information such as name and address. Usually a separate text box is used for each individual piece of information. In other words, there will be one text box for first name and another text box for last name and so on. This way each piece of information can be easily written to a database or another page.

Another common way to gather info is the text area box. This is similar to the text box except it can be multiple rows deep. A box like this is usually used to collect information like comments or what is referred to as additional information. Text area boxes are very useful for when a visitor to a site is submitting something like an article for publication which can be many paragraphs long. Text area boxes make this information easy to read.

Another common way to gather info is with drop down box. This is where a visitor chooses from a list of options such as picking what state he or she lives in. Many sites use these instead of having the visitor type in the state manually. This assures that a valid state is chosen.

There are many other form elements to cover which we'll do in future articles in this series.

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.067 seconds with 24 queries.