HTML5 and CSS3, Second Edition

(singke) #1

Figure 16—AwesomeConf schedule page


Here’s a snippet of the code from the current page.


html5_accessible_tables/original_index.html
<h1>ConferenceSchedule</h1>

<table>
<tr>
<th>Time</th>
<th>Room 100 </th>
<th>Room 101 </th>
<th>Room 152 </th>
<th>Room 153 </th>
</tr>
<tr>
<th>8:00AM</th>
<tdcolspan="4">OpeningRemarksand Keynote - Ballroom</td>
</tr>
<tr>
<th>9:00AM</th>
<td>CreatingBetterMarketingVideos</td>
<td>EmbracingSocialMedia</td>
<td>Pop CultureAnd You</td>
<td>VisualizingSuccess</td>
</tr>
</table>
<section>
<p>
Use thisgridto findthe session you want
to attend. Notethatthe keynote and lunch
are in the ballroom.
</p>
</section>

report erratum • discuss

Improving Table Accessibility • 105


Download from Wow! eBook <www.wowebook.com>

Free download pdf