Tabla

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
</head>
<body>
<center>
<table>
<tbody>
<tr>
<td colspan="6">1</td>
</tr>
<tr>
<td colspan="3" rowspan="2">3</td>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>8</td>
<td>9</td>
</tr>
<tr>
<td colspan="3" rowspan="2">10</td>
<td colspan="2" rowspan="2">11</td>
<td>12</td>
</tr>
<tr>
<td>13</td>
</tr>
</tbody>
</table>
</center>
</body>
</html>

You might also like