6
TABLAS EN HTML

Tema 5 - Tablas en html

Embed Size (px)

Citation preview

Page 1: Tema 5 - Tablas en html

TABLAS EN HTML

Page 2: Tema 5 - Tablas en html

<table>

<thead>

<th>

<td></td>

</th>

</thead>

<tbody>

<tr>

<td></td>

</tr>

</tbody>

</table>

Apertura y cierre de la tabla

Page 3: Tema 5 - Tablas en html

<table>

<thead>

<th>

<td></td>

</th>

</thead>

<tbody>

<tr>

<td></td>

</tr>

</tbody>

</table>

Apertura y cierre del encabezado

Apertura y cierre del cuerpo

Page 4: Tema 5 - Tablas en html

<table>

<thead>

<th>

<td></td>

</th>

</thead>

<tbody>

<tr>

<td></td>

</tr>

</tbody>

</table>

Apertura y cierre de un renglón del

encabezado

Apertura y cierre de un renglón

común

Apertura y cierre de una celda

Page 5: Tema 5 - Tablas en html

th th th th

td td td td

td td td td

td td td td

td td td td

tr

tr

tr

tr

tr

thead

tbody

table

Page 6: Tema 5 - Tablas en html

<th></th> <th></th> <th></th> <th></th>

<td></td> <td></td> <td></td> <td></td>

<td colspan="2"></td> <td></td> <td></td>

<td></td> <td></td> <td></td> <td></td>

<td></td> <td></td> <td></td> <td></td>

<tr>

<tr>

<tr>

<tr>

<tr>

</tr>

</tr>

</tr>

</tr>

</tr>

<table>

</table>

<thead>

<tbody> </thead>

</tbody>