0
Can someone tell me what is it in HTML basics.
<tr> <td><br /></td> <td colspan="2"><br /></td> </tr>
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
0
tr means table row.
td means table data