HTML Th Colspan Attribute - SinSiXX - W3Schools

HTML <th> colspan attribute HTML th Reference HTML <th> tag

Example

An HTML table with a header cell that spans two columns:

<table width="100%" border="1"> <tr> <th colspan="2">Monthly Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </table>

Try it yourself!

Definition and Usage

The colspan attribute defines the number of columns a header cell should span.

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The colspan attribute is supported in all major browsers.

Note: None of the major browsers supports colspan="0", which have a special meaning (look below in the "Attribute Values" table).

Syntax

<th colspan="value">

Attribute Values

Value Description
number Sets the number of columns a header cell should span.

Note: colspan="0" tells the browser to span the cell to the last column of the column group (colgroup)

HTML th Reference HTML <th> tag
The tools you need to build your web project!

Instant Demo

Ektron CMS400.NET Version 7.6 delivers all of the flexibility and features you need to deploy the Web site you want, quickly and efficiently.

learn more...

6 ways to take your site to the next level with Ektron:

Social Networking Create site stickiness through social networking. Keep it personal, relevant and interactive and they'll come back for more.
Open API Keep it open. Your site needs to be ready and able to connect to outside services. Ektron's open API gives you maximum flexibility.
Document Management Streamline content and document management. Users need to quickly and intuitively find and add information.
Content Authors Empower your content authors. Reduce IT bottlenecks by allowing business users to create and edit Web content and forms.
Taxonomy Climb to the top of search rankings. SEO tools, URL aliasing and eCommerce for your digital marketing strategy
Web 2.0 Tools Add powerful Web 2.0 tools like blogs, wikis, forums, geo-mapping, rating systems and RSS feeds easily.
See why there are 20,000+ Ektron integrations worldwide. Request an INSTANT DEMO or download a FREE TRIAL today.

Từ khóa » Html Th Colspan= 2