You are on page 1of 4

<!

DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<style>

html {

font-family: sans-serif;

table {

border-collapse: collapse;

border: 2px solid rgb(200,200,200);

letter-spacing: 1px;

font-size: 0.8rem;

td, th {

border: 1px solid rgb(190,190,190);

padding: 10px 20px;

td {

text-align: center;

caption {

padding: 10px;

</style>

</head>

<body>

<h1>Horario de Universitario</h1>
<table>

<colgroup>

<col span="2">

<col style="background-color:#97DB9A;">

<col style="width:42px;">

<col style="background-color:#97DB9A;">

<col style="background-color:#DCC48E;border:4px solid #C1437A;">

<col span="2" style="width:42px;">

</colgroup>

<tr>

<td>&nbsp;</td>

<th>Lunes</th>

<th>Martes</th>

<th>Miercoles</th>

<th>Jueves</th>

<th>Viernes</th>

<th>Sabado</th>

<th>Domingo</th>

</tr>

<tr>

<th>1er periodo</th>

<td>Ingles</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

<td>Simulacion</td>

<td>Mercadotencia</td>

<td>&nbsp;</td>

<td>&nbsp;</td>
</tr>

<tr>

<th>2do period</th>

<td>Tecnicas de Prog</td>

<td>ISO 9001</td>

<td>&nbsp;</td>

<td>Proyectos</td>

<td>Matematicas</td>

<td>;</td>

<td>&nbsp;</td>

</tr>

<tr>

<th>3er periodo</th>

<td>&nbsp;</td>

<td>Ingles</td>

<td>&nbsp;</td>

<td>Tecnicas</td>

<td>Simulacion</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

</tr>

<tr>

<th>4to periodo</th>

<td>&nbsp;</td>

<td> Markenting</td>
<td>&nbsp;</td>

<td>Proyectos</td>

<td> Calidad</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

</tr>

</table>

<html>

You might also like