Learn to summarize the use of HTML table tags

Source: Internet
Author: User

Form:

<table></table> Forms

  Width: width. Can be expressed in pixels or percentages. Commonly used 960 pixels.

  Border : Border, common values are 0 .

  cellpadding : The distance between the content and the border, the common value is 0 .

  cellspacing : The spacing between cells and cells, with a common value of 0 .

  Algin : Alignment.

  bgcolor : Background color.

  background : Background image.

<tr></tr> Line

  align: the horizontal alignment of a line of content.

  valign: the vertical alignment of a line of content.

  Height : Row height.

  bgcolor : Background color.

  background : Background image.

<td></td> Cell

<th></th> Header, cell contents are automatically centered, bold

  align: The alignment of the cell contents.

  valign: The vertical alignment of the contents of the cell.

  width : Cell width.

  Height : Cell height.

  bgcolor : Background color.

  background  : Background image.

The contents must be placed in the cell, the cell must be in the row, and the row must be placed in the table.

When you set the row height and sizing of a cell, the corresponding row or column is affected.

Cell Merging: (It is recommended to use table nesting as far as possible)

  colspan= "n" merge cells of the same row (the corresponding columns are subtracted from the following code)

  rowspan= "n" merge the same column cell (minus the corresponding column starting from the second row)

Table Example:

Learn to summarize the use of HTML table 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.