2
<p align="center">
<table border="1" cellspacing="0" cellpadding"2">
<tr><td colspan="2">Tabela de Caracteristicas</td></tr>
<tr> **<td>rowspan="4"</td>** <td>Philips</td> <td align="center">Altura</td> <td>115,5 mm</td>
<!-- o rowspan não esta querendo funcionar aqui na td -->
</tr>
<tr> <td align="center">Largura</td> <td>90,45 mm</td></tr>
<tr> <td align="center">Profundidade</td><td>5 cm</td></tr>
<tr> <td align="center">Peso</td><td>400 gr</td> </tr>
</table>
</p>
I do not know what is missing here so that the table and its dimensions can open a space to the left of 4 lines to stand like an empty cube with the word Philips, this taking the place of four lines.
I need some help. Thank you in advance, who can help me.
<p align="center">
<table border="1" cellspacing="0" cellpadding"2">
<tr><td colspan="2">Tabela de Caracteristicas</td></tr>
<tr> <td>rowspan=""</td> <td>Philips</td> <td align="center">Altura</td> <td>115,5 mm</td>
<!-- o rowspan não esta querendo funcionar aqui na td -->
</tr>
<tr> <td align="center">Largura</td> <td>90,45 mm</td></tr>
<tr> <td align="center">Profundidade</td><td>5 cm</td></tr>
<tr> <td align="center">Peso</td><td>400 gr</td> </tr>
</table>
</p>
Put the code to make it easier for someone to help you.
– Diego Vieira