lunes, 19 de noviembre de 2012

Segundo ejemplo, tablas

Hola!:
Aqui os dejo la primera tabla que hicimos, aqui está el codigo:
<html>
<head>
<title> horario </title>
</head>
<body>
<table width="1000" height="50" border="3" cellspacing="1" cellpadding="10">
<th colspan="5">horario </th>
<tr align="center">
<td> Lunes </td>
<td> Martes </td>
<td> Miercoles </td>
<td> Jueves </td>
<td> Viernes </td>
</tr>
<tr align="center">
<td> Empresa </td>
<td> SOR </td>
<td> Libre </td>
<td nowrap> Servicios </td>
<td> SOR </td>
</tr>
<tr align="center">
<td> servicios </td>
<td> SOR </td>
<td> Servicios </td>
<td> seguridad </td>
<td> SOR </td>
</tr>
<tr align="center">
<td> SOR </td>
<td> seguridad </td>
<td> seguridad </td>
<td> Servicios </td>
<td> Aplicaciones web </td>
</tr>
<tr align="center">
<td> Aplicaciones web </td>
<td> Servicios </td>
<td> Empresa </td>
<td> SOR </td>
<td> seguridad </td>
</tr>
<tr align="center">
<td> seguridad </td>
<td> Empresa </td>
<td> SOR </td>
<td> Aplicaciones web </td>
<td> Empresa </td>
</tr>
<tr align="center">
<td> Servicios </td>
<td> Libre </td>
<td> Aplicaciones web </td>
<td> Libre </td>
<td> Servicios </td>
</tr>
</table>

</body>
</html>

y quedaría así:
horario
horario
Lunes Martes Miercoles Jueves Viernes
Empresa SOR Libre Servicios SOR
servicios SOR Servicios seguridad SOR
SOR seguridad seguridad Servicios Aplicaciones web
Aplicaciones web Servicios Empresa SOR seguridad
seguridad Empresa SOR Aplicaciones web Empresa
Servicios Libre Aplicaciones web Libre Servicios


0 comentarios:

Publicar un comentario