WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Table Headings

for

From: Langum, Michael J
Date: Aug 26, 2010 9:57AM


Susan,

Definitely use <th> tags with appropriate "scope" attributes. Then use CSS to modify the default appearance -- e.g. th {font-weight:normal;text-align:left}
-- Mike