Código HTML:
<table class="pretty-table" > <caption>Horari d'activitats</caption> <tr> <th width="180" scope="col">Hora</th> <th width="57" scope="col">Dilluns</th> <th width="70" scope="col">Dimarts</th> <th width="94" scope="col">Dimecres</th> <th width="66" scope="col">Dijous</th> <th width="72" scope="col">Divendres</th> <th width="68" scope="col">Dissabte</th> <th width="87" scope="col">Diumenge</th> </tr> <tr> <th scope="row">8:30am - 9:00am </th> </tr> <tr> <th scope="row">9:00am - 9:30am </th> </tr> <tr> <th scope="row">9:30am - 10:00am </th> </tr> <tr> <th scope="row">10:00am - 10:30am </th> </tr> </table>
Muchas gracias!