Previous | Next
Full View
Contents of (g + h) Fixing tables - Step 2
(g + h) Fixing tables - Step 2
- Use <th> (table heading) tags for column and row headings
- First data table row should always contain <th> tags
- Example:
- <th scope="col">Name</th>
Lecture Notes