HTML Tutvustus: Element <TABLE>

Description Cost
The latest cool browser $30.00
Description Cost
The latest cool browser $30.00
Description Cost
The latest cool browser - but does it do style sheets, figures, banners, tabs? Can you display indented paragraphs? Can you display plain lists? Does it recognise control over numbering in ordered lists? $30.00
Description Cost
The latest cool browser - but does it do style sheets, figures, banners, tabs? Can you display indented paragraphs? Can you display plain lists? Does it recognise control over numbering in ordered lists? $30.00
Description Cost
The latest cool browser - but does it do style sheets, figures, banners, tabs? Can you display indented paragraphs? Can you display plain lists? Does it recognise control over numbering in ordered lists? $30.00
A test table with merged cells
Average other
category
Misc
height weight
males 1.9 0.003
females 1.7 0.002



<TABLE>
<TR><TH>Description </TH><TH>Cost <BR></TH></TR>
<TR><TD>The latest cool browser </TD><TD>$30.00 <BR></TD></TR>
</TABLE>

<TABLE width="100%" border="5">
<TR><TH>Description </TH><TH>Cost <BR></TH></TR>
<TR><TD>The latest cool browser </TD><TD>$30.00 <BR></TD></TR>
</TABLE>

<TABLE align="center" width="400" border="5">
<TR>
    <TH align="left">Description </TH>
    <TH align="right">Cost <BR></TH>
</TR>
<TR>
    <TD align="left" valign="top">The latest cool browser - but does it do ... </TD>
    <TD align="right" valign="bottom">$30.00 <BR></TD>
</TR>
</TABLE>

<TABLE align="center" width="400" border="5" cellspacing="20">
<TR>
    <TH align="left">Description </TH>
    <TH align="right">Cost <BR></TH>
</TR>
<TR>
    <TD align="left" valign="top">The latest cool browser - but does it do ... </TD>
    <TD align="right" valign="bottom">$30.00 <BR></TD>
</TR>
</TABLE>

<TABLE align="center" width="400" border="5" cellpadding="20">
<TR>
    <TH align="left">Description </TH>
    <TH align="right">Cost <BR></TH>
</TR>
<TR>
    <TD align="left" valign="top">The latest cool browser - but does it do ... </TD>
    <TD align="right" valign="bottom">$30.00 <BR></TD>
</TR>
</TABLE>

<TABLE BORDER>
<CAPTION>A test table with merged cells</CAPTION>
<TR><TH ROWSPAN="2">
    <TH COLSPAN="2">Average
    <TH ROWSPAN="2">other<BR>category
    <TH>Misc
<TR><TH>height
    <TH>weight
<TR><TH ALIGN="left">males
    <TD>1.9
    <TD>0.003
<TR><TH ALIGN="left" ROWSPAN="2">females
    <TD>1.7
    <TD>0.002
</TABLE>

© Copyright 1996-1997, Kain Kalju
All Rights Reserved