advanced code snippet search
chiesalo on 02/10/10
FAV
02/10/10 01:37pm
<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>
Report this snippet Tweet
Comment:
You need to login to post a comment.