HTML Base--body Internal tags

Source: Internet
Author: User

1. Block-level labels (exclusive line)
H-Series labels, p-tags, div tags
2. In-line labels
Span label
3.form Label

<form action="表单提交数据的地址" method=“GET/POST”></form>

3.1 Text input Box

<input type="text" />

3.2 Password Entry box

<input type="password" />

3.3 button

<input type="button" value=“按钮” />

3.4 Submit

<input type="submit" value="提交"/>

3.5 Single Selection

<input type="radio" name="radio1" value="radio1" checked="checked"/><input type="radio" name="radio1" value="radio2"/>

3.6 Multi-choice

<input type="checkbox" name="checkbox1" value="checkbox1"/><input type="checkbox" name="checkbox1" value="checkbox2"/>

3.7 Uploads

<input type="file" name="filename"/>需要指定<form enctype="multipart/form-data">

3.8 Reset

<input type="reset" value="重置" />

HTML Base--body Internal tags

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.