0

Can someone tell me what is it in HTML basics.

<tr> <td><br /></td> <td colspan="2"><br /></td> </tr>

24th Jun 2020, 3:01 PM
Dark Wolf
2 Answers
+ 8
Aizaz Ullah Khan This is part of creating the table.If you want to create a full table see this code.Also,colspan spans the column of the table. rowspan spans the row. https://code.sololearn.com/W0otOtt1jfBr/?ref=app
24th Jun 2020, 3:23 PM
Simba
Simba - avatar
0
tr means table row. td means table data
24th Jun 2020, 3:20 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar