Computer Science, asked by messi20, 1 year ago

what is Colspman and Rowspan?

Answers

Answered by royboy
6
HI

HERE IZ UR ANSWER.

Span mean to merge in english dictionary.Colspan and rowspan are the attributes of table cell element in HTML. ( Hypertext Markup Language )
They are generally used in making tables while writing HTML in notepad.
They are used to increase the width of column or row by merging two or more cells.

These are written like this while coding
<td colspan ='2'> 

HOPE IT HELPS..

srijan18: this is a write answer
messi20: thnx
royboy: Dhanyawaad bhaiyon
Answered by Anonymous
1
Colspan and Rowspan are the attributes of table cell element in HTML


They are generally used in making tables.


They are used to increase the width of column or row by merging two or more cells.

These are written like this while coding
                                                                 

<td colspan ='2'> 

Similar questions