1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<table> <colgroup> <col style="width: 5%"/> <col style="width: 95%"/> </colgroup> <thead> <tr> <th scope="col">Day</th> <th scope="col">Events</th> </tr> </thead> <tbody> <tr class="today"> <th scope="row">Mon</th> <td>CCA Season 3 Starts</td> </tr> <tr class="expand"> <th>+</th> </tr> </tbody> </table>