Return to Snippet

Revision: 23644
at February 10, 2010 13:37 by chiesalo


Initial 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>

Initial URL


Initial Description


Initial Title
Tabla bien formada / Well formed table

Initial Tags


Initial Language
HTML