Alineación de una tabla

Para alinear una tabla, se utilizan los atributos: left, right y center.

Ejemplo



<table align=left border >
<tr> <th> animales </th> <th> vegetales <th>
<tr> <td> vaca </td> <td> tomate <td>
<tr> <td> caballo </td> <td> apio <td>
<tr> <td> perro </td> <td> lechuga <td> </table >

animales vegetales
vaca tomate
caballo apio
perro lechuga

animales vegetales
vaca tomate
caballo apio
perro lechuga

animales vegetales
vaca tomate
caballo apio
perro lechuga
-----------------------------------------------------------------


-----------------------------------------------------------------

siguiente