Computer Science, asked by heerarprabhu, 1 year ago

How to put Colspan and Rowspan in html.Where to put colspan and rowspan

Answers

Answered by HarikaIndugu
5
The attributes colspan and rowspan are the attributes of table tag. These attributes are used in tables. They are the attributes of the <table> tag.

colspan attribute is used to merge cells in the columns.
The syntax for colspan is:
<colspan cols="number of columns to be merged">

rowspan attribute is used to merge cells in a row.
The syntax for rowspan is:
<rowspan rows="numberbof rows to be merged">
Similar questions