This shows you the differences between two versions of the page.
notices:html-css:baliser-chaque-cellule-d-entete-de-ligne-et-de-colonne-avec-th [11 June 2013 at 14:28] Sébastien Delorme (Atalan) [Associate recommendations] |
notices:html-css:baliser-chaque-cellule-d-entete-de-ligne-et-de-colonne-avec-th [30 December 2013 at 18:23] (current) Sébastien Delorme (Atalan) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== 9.2.2. Tag each row header and column header cell with <th> ====== | ====== 9.2.2. Tag each row header and column header cell with <th> ====== | ||
- | In each data table, tag each row and column header cell with the ''<th>'' tag. In other words each time that a cell is used for understanding the data shown in a table, this must be tagged with ''<th>''. | + | In each data table, tag each row and column header cell with the ''<th>'' tag. In other words each cell that is used to understand the data shown in a table, must be tagged with ''<th>''. |
<code html> | <code html> |