Mark-up example for Checkpoint 5.1:
use of 'TH' element in a TABLE


<TABLE border=1>

<CAPTION>Example of a simple data table

created using HTML markup.</CAPTION>

<TR>

<TD></TD>

<TH>Col. 1 header</TH>

<TH>Col. 2 header</TH>

</TR>

<TR>

<TH>Row 1 header</TH>

<TD>C1R1</TD>

<TD>C1R2</TD>

</TR>

<TR>

<TH>Row 2 header</TH>

<TD>C2R1</TD>

<TD>C2R2</TD>

</TR>

</TABLE>



Return to Example for Checkpoint 5.1
Copyright © 2000 W3C