Previous | Next
Full View
Contents of (g + h) Fixing tables - Step 3
(g + h) Fixing tables - Step 3
- Set "scope" attribute for <th> tags
- scope="col" for column headings
- scope="row" for row headings
- Examples:
- <th scope="col">Name</th>
- <th scope="row">2007-2008</th>
Lecture Notes