+ 1
I can't understand Colspan in html.please help me
colspan problem
3 Réponses
+ 5
Here's a working code:
https://code.sololearn.com/W4cjiYYeyMkt/#html
+ 3
let's keep it simple..Colspan is used unify the columns..if there are 3 coulmns in your table, then to make it one cell, set "Colspan = 3"
so to convert multiple columns into a single cell set. "Colspan = x number columns"
+ 2
Let's break the word colspan, column and span. Span means area. So number of column area acquired by one column is colspan. If colspan of a column is 5, then the column will acquire space of 5 columns of a row.