Will you please tell it briefly how actually colspan or rowspan work in HTML table. -Thanks in advance.
9/19/2017 11:23:53 AM
Md. Amin Kaiser2 Answers
New AnswerHave you ever merged cells in Excel or a Word table? If so, it's the same concept in HTML. Eg. lets say you have a table with two rows and two colimns. Now you use colspan to 'merge' the two columns in the first row: <td colspan="2"> This leaves you with one column that 'spans' the two columns in row 2
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message