HTML Table Tags Examples II: Advanced


Table Tags Examples Page 1


CELLPADDING

To the Table of Contents


CELLSPACING
To the Table of Contents

CELL WIDTH
To the Table of Contents

COLSPAN
To the Table of Contents

NULCELL
To the Table of Contents

ROWSPAN
To the Table of Contents

1x1 TABLE WITHIN A 3x3 TABLE
To the Table of Contents
COLOR IN TABLES

To the Table of Contents


BAR GRAPH EXAMPLE

Example code Results of example code
<table width=95% border=0 cellspacing=0 cellpadding=0>
<tr><td colspan=3><hr noshade></td></tr>
<tr><td> </td><th colspan=2>Web Page Hits 1996</th></tr>
<tr><td colspan=3><hr noshade></td></tr>
<tr><td nowrap>WWW Recipies</td><td> </td>
<td align=left nowrap><img border=2 src="reddot.gif" height=25 width=73>+73%</td>
</tr><tr>
<td>Jane's Page</td><td> </td>
<td align=left><img border=2 src="reddot.gif" height=30 width=25>+25%</td>
</tr><tr>
<td>Joe's Page</td>
<td align=right>-10%<img border=2 src="reddot.gif" height=30 width=10></td>
<td> </td></tr><tr><td>PC Page</td>
<td align=right>-92%<img border=2 src="reddot.gif" height=30 width=92>
</td><td></td></tr>
<tr><td colspan=3><hr noshade></td></tr>
</table>

Web Page Hits 1996

WWW Recipies +73%
Jane's Page +25%
Joe's Page-10%
PC Page-92%

To the Table of Contents


|Title Page| |Basic Template|
|Color| |Dynamic HTML/Layers| |Form Tags| |Frame Tags| |HTML Entities / ISO Characters|
|Image Tags| |Link Tags| |List Tags| |Other Spacing / Layout Tags| |Rule Tags| |Sound Tags|
|Style Sheets| |Table Tags I| |Table Tags II| |Text Tags| |Bibliography / Resources| |Index|


© David Merchant 1997-2004.
<