Specifications
<!-- page header -->
<table width=”100%” cellpadding = 12 cellspacing =0 border = 0>
<tr bgcolor = black>
<td align = left><img src = “logo.gif”></td>
<td>
<h1>TLA Consulting</h1>
</td>
<td align = right><img src = “logo.gif”></td>
</tr>
</table>
<!-- menu -->
<table width = “100%” bgcolor = white cellpadding = 4 cellspacing = 4>
<tr >
<td width = “25%”>
<img src = “s-logo.gif”> <span class=menu>Home</span></td>
<td width = “25%”>
<img src = “s-logo.gif”> <span class=menu>Contact</span></td>
<td width = “25%”>
<img src = “s-logo.gif”> <span class=menu>Services</span></td>
<td width = “25%”>
<img src = “s-logo.gif”> <span class=menu>Site Map</span></td>
</tr>
</table>
<!-- page content -->
<p>Welcome to the home of TLA Consulting.
Please take some time to get to know us.</p>
<p>We specialize in serving your business needs
and hope to hear from you soon.</p>
<!-- page footer -->
<table width = “100%” bgcolor = black cellpadding = 12 border = 0>
<tr>
<td>
<p class=foot>© TLA Consulting Pty Ltd.</p>
<p class=foot>Please see our <a href =””>legal information page</a></p>
</td>
</tr>
</table>
</body>
</html>
Reusing Code and Writing Functions
C
HAPTER 5
5
REUSING CODE
AND
WRITING
FUNCTIONS
123
LISTING 5.1 Continued
07 7842 CH05 3/6/01 3:35 PM Page 123