Rowspan and colspan

Source: Internet
Author: User

Rowspan and colspan

Usage of rowspan and colspan:

A table is a powerful tool for organizing data. A table has two attributes: rowspan and colspan. These two attributes can be used to merge cells, the following describes the functions of these two attributes through code instances.

I. colspan attributes:

This attribute can be used to merge cells across columns horizontally.

For ease of understanding, you can start with attribute words. colspan is a composite word: column + span ).

The attribute value is a number, indicating that cells are merged across several columns.

The code example is as follows:

<! DOCTYPE html> 

The code above can merge cells across two columns, so the two cells in the first row are merged into one cell.

Ii. rowspan attributes:

This attribute can merge cells across rows.

Similarly, rowspan is a synthesis word: row (row) + span (span ).

The attribute value is a number, indicating that cells are merged across several columns.

The code example is as follows:

<! DOCTYPE html> 

The above code can merge cells across two rows, so the first cell in the first row and the first cell in the second row can be merged.

Original address: http://www.51texiao.cn/HTML5jiaocheng/2015/0612/4021.html

The most original address is: http://www.softwhy.com/

Related Article

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.