DSL Anbieter im Vergleich
 

TH - Tabellenüberschriftzelle

 
TH - Tabellenüberschriftzelle

Beispiel:
<table border cellspacing=0 cellpadding=5 rules=groups>
  <caption align=bottom>Denken Sie was sie wollen</caption>
  <thead>
    <tr>
  <td colspan=2 rowspan=2>
  <th colspan=2 align=center>Übersicht
    </tr>
    <tr>
  <th>IE
  <th>Netscape
    </tr>
  </thead>
  <tbody>
    <tr align=center>
  <th rowspan=2>Geschlecht
  <th>Männer<td>73%
  <td>27%
    </tr>
    <tr align=center>
  <th>Frauen<td>16%
  <td>84%
    </tr>
  </tbody>
  <tfoot>
    <tr>
  <td colspan=4 align=center> Anmerkung: Tabelle ist unrealistisch
    </table>


Attribute:
abbr="Text"
align="center | justify | left | right"
axis="Gruppenname"
bgcolor="Farbenname | #RRGGBB"
char="Zeichen"
charoff="Länge"
class="Klassenname"
colspan="Nummer"
dir="ltr | rtl"
headers="ID-Referenz"
height="Pixel"
id="Eindeutige Kennung"
lang="Landessprachcode"
nowrap
rowspan="Nummer"
scope="col | colgroup | row | rowgroup"
style="Style Info"
title="Empfohlener Titel"
valign="baseline | bottom | middle | top"
width="Pixel"
onclick="script"
ondblclick="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"

Sehen Sie sich doch auch meine Seite über Cascading Style Sheets an


Kontakt & Copyright © René Schwarz