Something About Html Forms And How Work With It. (Introduction)
FORM – with the help of the following elements you can create questionnaires and different fields for the text grabbing with possibility of it made to send subsequent forms subjected to your server.
Elements for the creation of form:
FORM - creates a form
TEXTAREA – create a field to grab some lines of text
CHOOSE – create a menu
OPTION – Creates articles separated from the menu (to see ELECTION)
THE CONTRIBUTION – creates a field in the form
FORM - is used to create a form. It should be the presence of initial tags and finissantes. Inside the element of FORM the use of the majority of the ELEMENTS HTML is allowed.
NAME – defines the name of the form, unique in this document. Used if there are some forms in the document.
ACTION – a demanded attribute. Specify the URL to send the contents of form – the line in the script of the server which acts in the current form.
METHOD – defines the way to send the contents of the form. The possible values are defect) and POST ARRIVE.
ENCTYPE – defines method to encode the contents of the form when you send. Defect is “application / x-www-form-urlencoded”.
TARGET – defines the name of the window, which returns a result of a subjected form. Possible values: _self, _parent, _top, _blank, or apparently specified the name of the window.
HTML (HyperText Markup Language) is the predominant markup language for web pages. It helps describe the structure oftext-based information in a document and denotes certain text as links, headings, paragraphs, lists. Besides, it supplements the text with interactive form, embedded images,
_________________________________________________________________________
–
About the Author:
beginner
Article Source