HTML (span) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

HTML (span)

What is the role of colspan in HTML program <td colspan="5"><br /></td>

29th Sep 2020, 12:57 PM
Ashutosh Pattnaik
Ashutosh Pattnaik - avatar
2 Réponses
+ 2
colspan=5 means that particular cell is 5 times wider than normal cell. It spans 5 cells.
29th Sep 2020, 1:14 PM
Aravind Shetty
Aravind Shetty - avatar
+ 2
Hey , Ashutosh Pattnaik It means it takes your "five column" to make a single cell in the table.
29th Sep 2020, 1:34 PM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar