colspan properties for HTML <td> tags

Source: Internet
Author: User
colspan attribute instances for HTML <td> tags

Table cells span two columns of tables:

Browser support

So the browser supports the Colspan property.

There is no browser support for colspan= "0", this value has a special meaning. (See the description in the Attribute values table)

Grammar
<TD colspan= "value" >
Property value
value Description
Number

Sets the number of columns that a cell can span.

Note: colspan= "0" indicates that the browser spans to the last column of the column group.

HTML <td> Tag Instances

A simple HTML table that contains two rows of two columns:

Definition and usage

<td> tags define standard cells in an HTML table.

There are two types of cells in an HTML table:

  • Header cell-Contains header information (created by th element)
  • Standard cell-contains data (created by TD Element)

The text in the TD element is generally displayed as normal font and left-aligned.

The difference between HTML and XHTML

In HTML 4.01, the TD element's "bgcolor", "height", "width", and "nowrap" are not approved for use.

In the XHTML 1.0 Strict DTD, the TD element's "bgcolor", "height", "width", and "nowrap" are not supported.

colspan properties for HTML <td> 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.