HTML section label description (c)

Source: Internet
Author: User



<textarea></textarea>-Multi-line text box
COLS--Column
Rows--row

Label Tags:
Name: <input type= "text"/>
Married no <input type= "checkbox"/>
<label for= "Name" > Name: </label><input id= "name" type= "text"/>
<label for= "Ma" > </label><input id= "ma" type= "checkbox"/>--click the text to select the check box

<fieldset>--equivalent to WinForm GroupBox dividing the control into one area looks more structured
<legend> Common </legend>--groupbox titles
<input type= "Text"/>
<input type= "Radio"/>
<input type= "checkbox"/>
</fieldset>


  <table border= "1";
      <tr> <td><label for= "username" > User name: </label></td><td><input id= "username" type= "text"/ ></td></tr>
      <tr><td><label for= "pwd" > Password: </ Label></td><td><input id= "pwd" type= "password"/></TD></TR>
       <tr><td><label for= "Checkcode" > Verification Code:</label></td><td>< Input id= "Checkcode" type= "text"/></TD></TR>
      <tr><td colspan= "2" ><label for= "remind" > Remember password </label>< Input id= "remind" type= "checkbox"/></TD></TR>
      <TR><TD ><input type= "Submit" value= "Login"/></TD></TR>
  </table>

"Alt": indicates that if the picture does not exist or is disabled, the "CAPTCHA" three characters are displayed.

HTML section label description (c)

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.