CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 04:25:32 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
x-origin-cache: HIT
last-modified: Wed, 08 Oct 2025 11:40:24 GMT
access-control-allow-origin: *
expires: Sat, 11 Oct 2025 20:13:45 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 4220:33C552:122B40F:14AAA38:68EAB821
via: 1.1 varnish
x-served-by: cache-iad-kcgs7200072-IAD
x-cache: MISS
x-cache-hits: 0
x-timer: S1760213026.612916,VS0,VE31
vary: Accept-Encoding
x-fastly-request-id: cc40b2997b071e7be47f85f3f9752b8ac8506c6b
x-backend: www-mirrors
x-request-id: 98d0f6718f1af9c7
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: HIT
set-cookie: __cf_bm=EMnptAeMz9fMU88rJfBOGS..T3d0XxiE687la.gZjiI-1760243132-1.0.1.1-4bw3Gq4T5BdcChbZmZm84K1RV4IJ8iRo9lmQ7AwJKGOBCGWxJ.NsjSPt4B6gjKGIELA1qcbxtYX._5n.6kzYjBR_6Y.IKFgdsav3jv3SOW0; path=/; expires=Sun, 12-Oct-25 04:55:32 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98d3d576ff8025e0-BLR
alt-svc: h3=":443"; ma=86400
Complete “Table with an offset column of header cells” Example | Web Accessibility Initiative (WAI) | W3C
Back to Top
Complete “Table with an offset column of header cells” Example
<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>