![]() |
||||||||||||||||||
| Home --- Topics --- Articles --- Forum --- Offers --- Register --- Contact us | ||||||||||||||||||
|
|
||||||||||||||||||
|
Did you know? if you register at Hamid School you can save up to 45% on hosting packages offered by Surreyhost.com . Don't miss out, every minute counts! Are you Confused? Click here to learn how to use hamid school HTML Forms and InputHTML Forms are used to select different kinds of user input.Forms A form is an area that can contain form elements. Form elements are elements that allow the user to enter information (like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.) in a form. A form is defined with the <form> tag.
InputThe most used form tag is the <input> tag. The type of input is specified with the type attribute. The most commonly used input types are explained below. Text FieldsText fields are used when you want the user to type letters, numbers, etc. in a form.
How it looks in a browser: Note that the form itself is not visible. Also note that in most browsers, the width of the text field is 20 characters by default. Radio ButtonsRadio Buttons are used when you want the user to select one of a limited number of choices.
How it looks in a browser: Note that only one option can be chosen. CheckboxesCheckboxes are used when you want the user to select one or more options of a limited number of choices.
How it looks in a browser: The Form's Action Attribute and the Submit ButtonWhen the user clicks on the "Submit" button, the content of the form is sent to another file. The form's action attribute defines the name of the file to send the content to. The file defined in the action attribute usually does something with the received input.
How it looks in a browser: If you type some characters in the text field above, and click the "Submit" button, you will send your input to a page called "html_form_action.asp". That page will show you the received input. Viewed:77
Did you know? if you register at Hamid School you can learn web programming and designing for free and also you can save up to 45% on hosting packages offered by Surreyhost.com . Don't miss out, every minute counts!
|
|
|||||||||||||||||
|
Sponsored by: Surreyhost.com Coded and designed by: Hamid Moudi HPLA |
||||||||||||||||||