HTML Learning (i)

Source: Internet
Author: User

Recently want to do a small Web project, but the HTML is too long no contact, forget about it, now fill it;

Basic syntax schema for HTML files:

<body>

</body>

Other components:

Form: <form action= "register.aspx" > </form> When the Submit button is clicked, the Register.aspx page is triggered;

Input box: <input type= "xxx"/>, types are:

Submit: The Commit button will trigger the action page of the form, and the name of the button can be modified by value.

Button: The normal buttons do not trigger the action page of the form;

CheckBox: check box;

File: Document selection box;

Hidden: hidden fields;

Image: Image button;

Password: Password box;

Radio: radio Button;

Reset: Reset button;

Text: textbox; The Size property sets the width of the text; value set default value; maxlength maximum input length; readonly= "ReadOnly" read-only property;

Let's have a rest today!

HTML Learning (i)

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.