What do you do this <td> | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What do you do this <td>

24th Feb 2018, 5:59 PM
Bouziane Cherif Sid Ali
2 Réponses
+ 11
it is used to create a regular table cell like creating a 2×2 table <table> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> </table> <table> - is used to initialize the table <tr> - is used to add row in the table <td> - is used to add cells in the row of the table
24th Feb 2018, 6:09 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 8
good straight breakdown of the table
24th Feb 2018, 6:43 PM
BroFar
BroFar - avatar