Complete “Table With An Offset Column Of Header Cells” Example - W3C

  • Skip to Content
  • Change Text Size or Colors
  • All Translations
  • Accessibility Fundamentals
  • Planning & Policies
  • Design & Develop
  • Test & Evaluate
  • Teach & Advocate
  • Standards/Guidelines
  • Home
  • ...

Back to page

<table> <caption> Holidays taken in the last six months </caption > <thead> <tr> <th scope="col"><abbr title="Identification Number">ID</abbr></th> <th scope="col">Name</th> <th scope="col">July</th> <th scope="col">August</th> <th scope="col">September</th> <th scope="col">October</th> <th scope="col">November</th> <th scope="col">December</th> </tr> </thead> <tbody> <tr> <td>215</td> <th scope="row">Abel</th> <td>5</td> <td>2</td> <td>0</td> <td>0</td> <td>0</td> <td>3</td> </tr> <tr> <td>231</td> <th scope="row">Annette </th> <td>0</td> <td>5</td> <td>3</td> <td>0</td> <td>0</td> <td>6</td> </tr> <tr> <td>173</td> <th scope="row">Bernard</th> <td>2</td> <td>0</td> <td>0</td> <td>5</td> <td>0</td> <td>0</td> </tr> <tr> <td>141</td> <th scope="row">Gerald</th> <td>0</td> <td>10</td> <td>0</td> <td>0</td> <td>0</td> <td>8</td> </tr> <tr> <td>99</td> <th scope="row">Michael</th> <td>8</td> <td>8</td> <td>8</td> <td>8</td> <td>0</td> <td>4</td> </tr> </tbody> </table>

Please share your ideas, suggestions, or comments via e-mail to the publicly-archived list wai@w3.org or via GitHub.

E-mailFork & Edit on GitHubNew GitHub Issue Back to Top

Từ khóa » Html Td Col Offset