HTML Study Notes (2): html Study Notes

Source: Internet
Author: User

HTML Study Notes (2): html Study Notes

1. The Form tag indicates the Form, which is used to submit data to the web server. The Action attribute is used to specify a URL to determine where the form data is submitted to the network for processing. The method attribute can only take two values, get or post, the get method is faster than the post method.


2. the Input tag is a form element. Its type attribute is used to specify the form Element type, and its name attribute is used to specify the name of the form element, its size attribute is used to control the display size of form elements. Its maxlength attribute is used to control the maximum number of characters that can be input, such as text boxes. Its value attribute is used to set the default value.


3. Radio Singleton should note that to make the two Singleton mutually exclusive, we must set the names of the two to the same name. The Submit button is used to Submit a form to the url specified by the action for processing. The reset button is used to restore all form elements to the initial state.



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.