Rowspan and Colspan Attributes Using In Html Tables | Html Tables Tutorial | Html Tables Design
У вашего броузера проблема в совместимости с HTML5
Rowspan and Colspan Attributes in Html Tables.
Html Tables Design and Creation :
1) Html Tables Design ?
2) How to write code for RowSpan and ColSpan in html?
Definition And Defining Process :
1. An HTML table is defined with the table tag.
2. Each table row is defined with the tr tag.
3. A table header is defined with the th tag.
4. By default, table headings are bold and centered.
5. A table data/cell is defined with the td tag.
6. Use the colspan attribute to make a cell span many columns
7. Use the rowspan attribute to make a cell span many rows