HTML
Über/Unterschrift
Erzeugt eine Über - oder Unterschrift für eine Tabelle.
Symbol:
HTML-Version:
3.2
Tag
<caption>
Attribute
align="
top
|
bottom
|
left
|
right
"
Ausrichtung
Beispiel:
<table><caption align="bottom">Unterschrift</caption><tr><th>Zeile 1, Spalte 1</th><td>Zeile 1, Spalte 2</td></tr></table>