Ejemplo:

<html>
<head>
<title>Ejemplo</title>
</head>
<body>
<center>
<table>
<caption>Restricción vehicular</caption>
<tr>
    <th>Lunes</th>      
    <td>0-1</td>
</tr>
<tr>
    <th>Martes</th>
    <td>6-8</td>
</tr>
<tr>
    <th>Miércoles</th>
    <td>2-9</td>
</tr>
<tr>
    <th>Jueves</th>
    <td>3-4</td>
</tr>
<tr>
    <th>Viernes</th>
    <td>5-7</td>
</tr>
</table>
</center>
</body>
</html>
[Preview]

- 35 -