This shows you the differences between two versions of the page.
notices:html-css:donner-un-titre-a-chaque-tableau-de-donnees-avec-la-balise-caption [11 June 2013 at 14:30] Sébastien Delorme (Atalan) [Associate recommendations] |
notices:html-css:donner-un-titre-a-chaque-tableau-de-donnees-avec-la-balise-caption [30 December 2013 at 18:22] (current) Sébastien Delorme (Atalan) [9.2.1. Provide a title for each data table with the <caption> tag] |
||
---|---|---|---|
Line 2: | Line 2: | ||
Whenever a data table is included in an HTML page, it must have a concise and clear title. The title must be tagged with ''<caption>'' and must introduce the content of the table. | Whenever a data table is included in an HTML page, it must have a concise and clear title. The title must be tagged with ''<caption>'' and must introduce the content of the table. | ||
- | |||
- | Ce titre doit être balisé avec <caption> et doit introduire le contenu du tableau. | ||
<code html> | <code html> |