Aviso

Si este blog no se visualiza con normalidad, es posible que se deba al navegador que esta ocupando, le re comendamos usar Internet Explorer

TABLAS CELDAS COMBINADAS

<html>
<head>
<title> tabla con celdas combiandas</title>
</head>
<body>
<CENTER>
<big><big>PRUEBA TABLA</big></big>
<TABLE border="2">
<TR>
<th></th>
<TH>Lunes</TH>
<TH>Martes</TH>
<TH>Miercoles</TH>
<TH>Jueves</TH>
<TH>Viernes</TH>
<TH>Sabado</TH>
<TH>Domingo</TH>
</TR>

<TR border="2">
<Td>M</Td>
<Td colspan="2">se combinan</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
</TR>

<tr>
<Td>F</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td>
<Td>&nbsp</Td> 
</TR>
</TABLE>

</CENTER>
</body>
</html>

 



Imprimir