Kein AusgangEnglisch
Kein AusgangDeutsch

Wache | Am Deck | Über Deck | Springturm

Tabellen


Einfache Tabelle "TAGs"
A B C
D E F
<TABLE BORDER>
<TR>
<TD>A</TD>
<TD>B</TD>
<TD>C</TD>
</TR>
<TR>
<TD>D</TD>
<TD>E</TD>
<TD>F</TD>
</TR>
</TABLE>

Umspannende Reihen "TAGs"
Element 1 Element 2 Element 3
Element 4 Element 5
<TABLE BORDER>
<TR>
<TD>Element 1</TD>
<TD ROWSPAN=2>Element 2</TD>
<TD>Element 3</TD>
</TR>
<TR>
<TD>Element 4</TD>
<TD>Element 5</TD>
</TR>
</TABLE>

Umspannende Kolonnen "TAGs"
Element 1 Element 2
Element 3 Element 4 Element 5
<TABLE BORDER>
<TR>
<TD>Element 1</TD>
<TD COLSPAN=2>Element 2</TD>
</TR>
<TR>
<TD>Element 3</TD>
<TD>Element 4</TD>
<TD>Element 5</TD>
</TR>
</TABLE>

Header-Etiketten "TAGs"
Rubrik 1 Rubrik 2 Rubrik 3
A B C
D E F
<TABLE BORDER>
<TR>
<TH>Rubrik 2</TH>
<TH>Rubrik 2</TH>
<TH>Rubrik 3</TH>
</TR>
<TR>
<TD>A</TD>
<TD>B</TD>
<TD>C</TD>
</TR>
<TR>
<TD>D</TD>
<TD>E</TD>
<TD>F</TD>
</TR>
</TABLE>

Umspannende Header-Etiketten "TAGs"
Rubrik 1 Rubrik 2
A B C D
E F G H
<TABLE BORDER>
<TR>
<TH COLSPAN=2>Rubrik 1</TH>
<TH COLSPAN=2>Rubrik 2</TH>
</TR>
<TR>
<TD>A</TD>
<TD>B</TD>
<TD>C</TD>
<TD>D</TD>
</TR>
<TR>
<TD>E</TD>
<TD>F</TD>
<TD>G</TD>
<TD>H</TD>
</TR>
</TABLE>

Side Header-Etiketten "TAGs"
Head1 Element 1 Element 2 Element 3
Head2 Element 4 Element 5 Element 6
Head3 Element 7 Element 8 Element 9
<TABLE BORDER>
<TR>
<TH>Head1</TH>
<TD>Element 1</TD>
<TD>Element 2</TD>
<TD>Element 3</TD>
</TR>
<TR>
<TH>Head2</TH>
<TD>Element 4</TD>
<TD>Element 5</TD>
<TD>Element 6</TD>
</TR>
<TR>
<TH>Head3</TH>
<TD>Element 7</TD>
<TD>Element 8</TD>
<TD>Element 9</TD>
</TR>
</TABLE>

Umspannendes Side Header-Etikett "TAGs"
Rubrik 1 Element 1 Element 2 Element 3 Element 4
Element 5 Element 6 Element 7 Element 8
Rubrik 2 Element 9 Element 10 Element 11 Element 12
<TABLE BORDER>
<TR>
<TH ROWSPAN=2>Rubrik 1</TH>
<TD>Element 1</TD>
<TD>Element 2</TD>
<TD>Element 3</TD>
<TD>Element 4</TD>
</TR>
<TR>
<TD>Element 5</TD>
<TD>Element 6</TD>
<TD>Element 7</TD>
<TD>Element 8</TD>
</TR>
<TR>
<TH>Rubrik 2</TH>
<TD>Element 9</TD>
<TD>Element 10</TD>
<TD>Element 11</TD>
<TD>Element 12</TD>
</TR>
</TABLE>

Umspannende Header und Side Header-Etiketten "TAGs"
Durchschnitt
Höhe Gewicht
Geschlecht Männer 1.9 0.003
Frauen 1.7 0.002
<TABLE BORDER>
<TR>
<TD>
<TH ROWSPAN=2></TH>
<TH COLSPAN=2>Durchschnitt</TH></TD>
</TR>
<TR>
<TD>
<TH>H&ouml;he</TH>
<TH>Gewicht</TH></TD>
</TR>
<TR>
<TH ROWSPAN=2>Geschlecht</TH>
<TH>M&auml;nner</TH>
<TD>1.9</TD>
<TD>0.003</TD>
</TR>
<TR>
<TH>Frauen</TH>
<TD>1.7</TD>
<TD>0.002</TD>
</TR>
</TABLE>

Umspannende Kolonnen und Reihen "TAGs"
A 1 2
3 4
C D
<TABLE BORDER>
<TR>
<TD ALIGN=center ROWSPAN=2 COLSPAN=2>A</TD>
<TD>1</TD>
<TD>2</TD>
</TR>
<TR>
<TD>3</TD>
<TD>4</TD>
</TR>
<TR>
<TD ALIGN=center ROWSPAN=2 COLSPAN=2>C</TD>
<TD ALIGN=center ROWSPAN=2 COLSPAN=2>D</TD>
</TR>
<TR>
</TR>
</TABLE>

Keine Ränder "TAGs"
Element 1 Element 2 Element 3
Element 4 Element 5
<TABLE>
<TR>
<TD>Element 1</TD>
<TD ROWSPAN=2>Element 2</TD>
<TD>Element 3</TD>
</TR>
<TR>
<TD>Element 4</TD>
<TD>Element 5</TD>
</TR>
</TABLE>

Dicker Rand "TAGs"
Element 1 Element 2
Element 3 Element 4
<TABLE BORDER=10>
<TR>
<TD>Element 1</TD>
<TD>Element 2</TD>
</TR>
<TR>
<TD>Element 3</TD>
<TD>Element 4</TD>
</TR>
</TABLE>

Zellenfüllen und Abstände "TAGs"
A B C
D E F
<TABLE BORDER CELLPADDING=0 CELLSPACING=10>
<TR>
<TD>A</TD>
<TD>B</TD>
<TD>C</TD>
</TR>
<TR>
<TD>D</TD>
<TD>E</TD>
<TD>F</TD>
</TR>
</TABLE>

Zellen ausrichten "TAGs"
Januar Februar März
Zelle 1 Zelle 2 Zelle 3
Zelle 4 Zelle 5 Zelle 6
<TABLE BORDER>
<TR>
<TH>Januar</TH>
<TH>Februar</TH>
<TH>M&auml;rz</TH>
</TR>
<TR VALIGN=top>
<TD>Zelle 1</TD>
<TD>Zelle 2</TD>
<TD>Zelle 3</TD>
</TR>
<TR>
<TD VALIGN=top>Zelle 4</TD>
<TD VALIGN=bottom>Zelle 5</TD>
<TD>Zelle 6</TD>
</TR>
</TABLE>

Titel "TAGs"
Ein Titel oben
Januar Februar März
Zelle 1 Zelle 2 Zelle 3
<TABLE BORDER>
<CAPTION ALIGN=top>Ein Title oben</CAPTION>
<TR>
<TH>Januar</TH>
<TH>Februar</TH>
<TH>März</TH>
</TR>
<TR>
<TD>Zelle 1</TD>
<TD>Zelle 2</TD>
<TD>Zelle 3</TD>
</TR>
</TABLE>

Verschachtelte Tabellen "TAGs"
1 2 3
A B
C D
4 5 6
<TABLE BORDER>
<TR>
<!-- REIHE 1, KOLONNE 1 -->
<TD>1</TD>
<TD>2</TD>
<TD>3
<TABLE BORDER>
<TR>
<!-- REIHE 1, KOLONNE 2 -->
<TD>A</TD>
<TD>B</TD>
</TR>
<TR>
<!-- REIHE 2, KOLONNE 2 -->
<TD>C</TD>
<TD>D</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<!-- REIHE 2, KOLONNE 1 -->
<TD>4</TD>
<TD>5</TD>
<TD>6</TD>
</TR>
</TABLE>

Tabellenbreiten "TAGs"
Breite=50% Breite=50%
3 4
<TABLE BORDER>
<TR>
<TD>Breite=50%</TD>
<TD>Breite=50%</TD>
</TR>
<TR>
<TD>3</TD>
<TD>4</TD>
</TR>
</TABLE>

Tabellenbreite und verschachtelte Tabelle "TAGs"
Element 1 Element 2
Element A Element B
Element 4
<TABLE BORDER>
<TR>
<TD>Element 1</TD>
<TD>Element 2</TD>
</TR>
<TR>
<TD>
<TABLE BORDER WIDTH=100%>
<TR>
<TD>Element A</TD>
<TD>Element B</TD>
</TR>
</TABLE>
</TD>
<TD>Element 4</TD>
</TR>
</TABLE>

Tabellenhöhe "TAGs"
Höhe=15% Element 2
3 4
<TABLE BORDER HEIGHT="15%">
<TR>
<TD>H&ouml;he=15%</TD>
<TD>Element 2</TD>
</TR>
<TR>
<TD>3</TD>
<TD>4</TD>
</TR>
</TABLE>


Bay CityBunkerStudioCasinoHangarPostamt

© Kurt Ament | Bay City Stadtrat