code.progysm.com

Balise XHTML th

Description

Description:
Table Header.
Cellule entête d'un tableau.
Position (absolue):
À l'intérieur de la balise <tr>

Attributs

  id          ID             #IMPLIED
  class       CDATA          #IMPLIED
  style       %StyleSheet;   #IMPLIED
  title       %Text;         #IMPLIED
  lang        %LanguageCode; #IMPLIED
  xml:lang    %LanguageCode; #IMPLIED
  dir         (ltr|rtl)      #IMPLIED
  onclick     %Script;       #IMPLIED
  ondblclick  %Script;       #IMPLIED
  onmousedown %Script;       #IMPLIED
  onmouseup   %Script;       #IMPLIED
  onmouseover %Script;       #IMPLIED
  onmousemove %Script;       #IMPLIED
  onmouseout  %Script;       #IMPLIED
  onkeypress  %Script;       #IMPLIED
  onkeydown   %Script;       #IMPLIED
  onkeyup     %Script;       #IMPLIED
  abbr        %Text;         #IMPLIED
  axis        CDATA          #IMPLIED
  headers     IDREFS         #IMPLIED
  scope       %Scope;        #IMPLIED
  rowspan     %Number;       "1" // La cellule fusionne sur plusieurs lignes
  colspan     %Number;       "1" //La cellule fusionne sur plusieurs colonnes
  nowrap      (nowrap)       #IMPLIED // sans changement de ligne automatique
  align      (left|center|right|justify|char) #IMPLIED
  char       %Character;    #IMPLIED
  charoff    %Length;       #IMPLIED
  valign     (top|middle|bottom|baseline) #IMPLIED

CSS

display: table-cell;
vertical-align: inherit;
font-weight: bold;
padding: 1px;
	

Par défaut, la valeur de vertical-align est middle (par héritage).

Imbrication XHTML 1.0 Strict

Peut être imbriquée à l'intérieur de:
tr
Peut imbriquer:
PCDATA, a, abbr, acronym, address, b, bdo, big, blockquote, br, button, cite, code, del, dfn, div, dl, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, input, ins, kbd, label, map, noscript, object, ol, p, pre, q, samp, script, select, small, span, strong, sub, sup, table, textarea, tt, ul, var