Re: Question: XHTML Tables Module

> Consider the rough example:
> 
> <table>
> 	<tr>
> 		<th scope="row">Title:</th>
> 		<td>President</td>
> 	</tr>
> 	<tr>
> 		<th scope="row">Name:</th>
> 		<td>Joe Smith</td>
> 	</tr>
> </table>
> 
> And explain to me how you could do the same using the <thead> element.

I normally would use a horizontal structure, not a vertical -- and thus I
could use <thead /> (which I really only accept because of the mentioned
'semantic meaning'). -- At least I start to see the intended overall picture; thank
you.


 Jens.


-- 
Jens Meiert
Interface Architect

http://meiert.com

Received on Tuesday, 14 October 2003 07:12:54 UTC