what is Colspman and Rowspan?
Answers
Answered by
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..
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
Answered by
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'>
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