Revision: 3990
Updated Code
at November 24, 2007 07:30 by webDesign
Updated Code
<table summary="Descripción de los contenidos de la tabla">
<caption>TÃtulo de la tabla</caption>
<thead>
<tr>
<th scope="col">Cabecera1</th>
<th scope="col">Cabecera2</th>
<th scope="col">Cabecera3</th>
</tr>
</thead>
<tfoot>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
Revision: 3989
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 14, 2007 14:37 by webDesign
Initial Code
<table width="100%" cellspacing="0" cellpadding="0" border="0" summary="Descripción de los contenidos de la tabla">
<caption>TÃtulo de la tabla</caption>
<thead>
<tr>
<th scope="col">Cabecera1</th>
<th scope="col">Cabecera2</th>
<th scope="col">Cabecera3</th>
</tr>
</thead>
<tfoot>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
Initial URL
Initial Description
Initial Title
Tabla bien formada / Well formed table
Initial Tags
xhtml
Initial Language
HTML