Forms and Forms

Source: Internet
Author: User

Table: Basic structure: &LT;TABLE&GT;&LT;TR align= "Right/left/center" ><td align=right/left/center> everything </td></tr ></table>table Two properties: cellpadding: The distance between the content and the cell border, the internal distance cellspacing: The distance between the cells, the external distance three focus one, a few rows (several rows, each row has several cells) two, Width and height Three, border border--------------------------------------------------------------------form: Form elements are generally written in <form> Form tag in the middle, a page can only have one form table single, text input text box-<input type= "text" > Password box-<input type = "Password" > Text field-<textarea>& lt;/textarea> hidden Fields-<input type= "hidden" > Second, Button Submit button-<input type= "submit" > Reset button-<input type= "Reset" > Normal button-<input type= "button" > Picture button-<input type= "image" >disabled = "disabled"-whether the value is available-button to display the text three, select input Single-click Button-<input type= "Radio" > Check button-<input type = "checkbox" >name-Group checked = "Checked"-Default check <label for= "point to ID >-Position the focus to the ID element for the for point file upload-<input type = "File" > drop-down list box: <select multiple= "multiple" >-Displays multiple <option& GT; Item 1</option><option> Item 2&LT;/OPTION&GT;......&LT;/SELECT&GT;OPtion has selected property, set selected = "Selected", is the default check 

  

Forms and Forms

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.