Intro to HTML - 0102

Menu Back Next
HTML Tags! - Creating Tables - Another Example


Another Table Example
How to Contact Charles Patridge
Email Charles Patridge
172 Monce Road
Burlington, CT 06013
Home: 860-673-9278
Website: sconsig

Here is the code needed to generate the above table


<center>
<table border=3>
<caption align=top>Another Table Example</caption>
<th colspan=2 bgcolor=cyan>How to Contact Charles Patridge
<tr><td bgcolor=pink>
<A HREF="mailto:Charles_S_Patridge@prodigy.net">
<img src='momdad.gif' align=top alt text='PDPC, Ltd.'>
Email</A>
    <td bgcolor=cyan>Charles Patridge<br>
                     172 Monce Road<br>
                     Work: 860-547-6644<br>
                     Home: 860-673-9278<br>
                     Website: <a href="http://www.sconsig.com">
                     sconsig</A>
</tr>
</table>
</center>