Client page Programming-html form

Source: Internet
Author: User
Tags html form

The use of tags in HTML to display content in the Web page, if you want to complete the interaction between the user and the page needs to use the HTML form (form), the form can provide a graphical user interface in the Web page, the data input from the consumer to the server side. The following describes the specific controls available in the form form.

<form></form> is also a label, in pairs, in the form form, using the attribute action tag user input data transfer address, using method to mark the way of data transmission, there are get/post two kinds, such as

<form action= "www.taobao.com method=" get "></form>, and the form form's controls need to be placed between two labels.

There are three main forms of form controls, Input,select and Option,textarea.

Input controls, using the type attribute to define different controls: <input type= "Control";:

1. Text control, a single line input box

2, Password, password box, enter the information will be displayed as asterisks or other symbols

3, Radio, Radio box control

4. CheckBox check box control

5, Hidden, hidden fields, content not displayed in the page

6 files, file selection control, you can choose Local file upload

7. Submit button

8, Reset reset button

9. Button normal buttons

Select and option controls make up a drop-down list, select is a drop-down button, option is a choice content

TextArea is a multi-line text input box.

Client page Programming-html form

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.