Whilst venturing into the world of tables in XHTML I've come aross the Table Header scope attribute:
Code:
<TH scope="col">Name</TH>
Any useful links for reading up about this?
I've found a mammoth W3C article
here, but it ain't ideal.
I suppose what I'm really after is the ability to control different columns with css, is using the TH scope attribute going to get me close to this?
Thanks