ÿþ<html> <head> <title>Example of a table</title> </head> <body topMargin="0" leftMargin="0"> <table width="100%" height="100%" CELLSPACING="0"> <tr height="80" bgcolor="blue"> <td width="150" align="center">LOGO</td> <td>Banner</td> </tr><tr valign=top> <td bgcolor="blue"> Here you can<br> make a list<br> of items. </td><td> <h1>Here you can put an entire page.</h1> </td> </tr> </table> </body> </html>