Answers for "tr th html"

1

td e tr html

<table border="1">
<tr>
<td>linha 1, célula 1</td>
<td>linha 1, célula 2</td>
</tr>
<tr>
<td>linha 2, célulal 1</td>
<td></td>
</tr>
</table>
Posted by: Guest on December-17-2021
4

what is <tr> in HTML

<tr> which stands for Table Row is an HTML element tag and is used to define a row of cells in a table.
Posted by: Guest on August-25-2021

Browse Popular Code Answers by Language