Summary of the meaning of html from and usage of form

零下一度
Release: 2017-06-01 11:41:55
Original
10666 people have browsed it

What does from mean?

In HTML, from means form. So what does the form mean?

1. A form is an area containing form elements.

2. Form elements are elements that allow users to enter information in a form (such as text fields, drop-down lists, radio buttons, check boxes, etc.).

3. The form is defined using the form tag (

).

Knowledge related to html forms

1. Detailed introduction to HTML forms

HTML forms Used to collect different types of user input. HTML5 Input, with multiple new form input types, provides better input control and validation.

2. html Form Knowledge Encyclopedia

Introduces form attributes, what is the difference between get and post, and form elements.

Form attributes:

◆ action: The server program used to specify the form, stipulates where to send the form data when the form is submitted. The value of action is: first, a URL (absolute URL/relative URL), which generally points to a program on the server side. The program receives the data submitted by the form (ie, the form element value) and processes it accordingly.

3. HTML form (form) study notes

Summary of the meaning of html from and usage of form

A web form can send the data entered by the user to the server for processing . Because Internet users fill out forms using checkboxes, radio buttons, or text fields, WebForms resemble files or databases. For example, WebForms can be used to enter shipping or credit card information for ordering products, or can be used to retrieve data (eg, search on a search engine).

4. Form elements: The most comprehensive summary of how to obtain and use various html form elements

Summary of the meaning of html from and usage of form

The form is the link between the web page and the user An interactive tool, consisting of a

element as a container, encapsulating any number of other form controls, as well as any other tags available in the element. The form can contain , ,

The above is the detailed content of Summary of the meaning of html from and usage of form. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!