Example

Calendar of Events 2003
  Title Location Start Date End Date
Indoor event a Light for Sight (incorporating the Festival of Light) Frankston and surrounds 28/11/2003 28/11/2003
Outdoor event Lakeside Run or Walk for Sight Lake Weeroona,
Bendigo
30/11/2003 30/11/2003
Sand Sculpting Australia Rye 2004 Rye, on the Mornington Peninsula, Victoria 11/Feb/2004 08/Mar/2004

Example code

<table summary="List of Vision australia foundation events includng the 
title,location, start and end dates and a link to further information 
about each event" border="1">
<caption>Calendar of Events 2003</caption>
<tr>
<td> </td>
<th id="title">Title</th>
<th id="location">Location</th>
<th id="start">Start Date</th>
<th id="end">End Date</th>
</tr>

<tr>
<th id="indoor">Indoor Event</th>
<th id="event1" headers="title">a Light for Sight (incorporating the Festival of Light)</th>
<td headers="location indoor event1">Frankston and surrounds</td>
<td headers="start indoor event1">28/11/2003</td>
<td headers="end indoor event1">28/11/2003</td>
</tr>

<tr>
<th id="outdoor" rowspan="2">Outdoor Event</th>
<th id="event2" headers="title">Lakeside Run or Walk for Sight</th>
<td headers="location outdoor event2">Lake Weeroona,
Bendigo</td>
<td headers="start outdoor event2">30/11/2003</td>
<td headers="end outdoor event2">30/11/2003</td>
</tr>
<tr>
<th id="event3" headers="title">Sand Sculpting Australia Rye 2004</th>
<td headers="location outdoor event3">Rye, on the Mornington Peninsula, Victoria</td>
<td headers="start outdoor event3">11/Feb/2004</td>
<td headers="end outdoor event2">08/Mar/2004</td>
</tr>

</table>