(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

With the single pipe rule for tables (i.e. "all cells separated by single pipes"), are table headings now implied? It's not clear to me what the recommended XHTML for table headings should be. Is it really a <td> tag as recommeded? Or should it be a <th> tag...

<table>
<tr>
<th>Heading Col 1</th>
<th>Heading Col 2</th>
</tr>
<tr>
<td>Cell 1.1</td>
<td>Cell 1.2</td>
</tr>
<tr>
<td>Cell 2.1</td>
<td>Cell 2.2</td>
</tr>
</table>

-- MarkWharton, 2006-12-10

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 10-Dez-2006 04:33 by null.