<table border="1">
<caption>Productos</caption>
<thead>
<tr>
<th>Nombre</th>
<th>Precio</th>
<th>Existencias</th>
</tr>
</thead>
<tbody>
<tr>
<td>Refresco</td>
<td>10.00</td>
<td>23</td>
</tr>
<tr>
<td>Papas</td>
<td>12.00</td>
<td>25</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">Total</td>
<td>38</td>
</tr>
</tfoot>
No hay comentarios:
Publicar un comentario