+ 1
Guys what is the difference between the colspan and rowspan
I know that it's clear from thier name but they both sound similar when I code them
4 Antworten
+ 4
Columns are vertical, like the stone columns (pillars) around the outsides of Roman architecture.
Rows are horizontal; it's the same word used for crops/trees planted in lines on flat ground, or plow marks in the earth.
To "span" means to bridge, or cross between anchor points (two or more columns, two or more rows).
+ 2
Check out all the below links and their try it sections so that you may see the differences.
colspan:
https://www.w3schools.com/tags/att_td_colspan.asp
https://www.w3schools.com/tags/att_colspan.asp
rowspan:
https://www.w3schools.com/tags/att_td_rowspan.asp
https://www.w3schools.com/tags/att_th_rowspan.asp
https://www.w3schools.com/tags/att_rowspan.asp
0
yeah bro I know the meaning
but both give the same result when I put them on code
0
could you plz give an example?