Java Reference
In-Depth Information
Listing 1.1: HTML for the Typical Web Page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>HTTP Recipes</TITLE>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-cache">
</HEAD>
<BODY>
<table border="0"><tr><td>
<a href="http://www.httprecipes.com/"><img src="/images/logo.gif"
alt="Heaton Research Logo" border="0"></a>
</td><td valign="top">Heaton Research, Inc.<br>
HTTP Recipes Test Site
</td></tr>
</table>
<hr><p><small>[<a href="/">Home</a>:<a href="/1/">
First Edition</a>:<a href="/1/1/">Chaper 1</a>]</small></p>
<h1>Typical Web Page</h1>
<p>Vacation pictures.</p>
<table border=1>
<tr><td><img src="beach.jpg" height="240" width="320" alt="Beach">
</td><td><img src="ship.jpg" height="240" width="320"
alt="Battleship"></td></tr>
<tr><td><img src="birds.jpg" height="240" width="320" alt="Birds">
</td><td><img src="flower.jpg" height="240" width="320"
alt="Beach Flowers"></td></tr>
</table>
<hr>
<p>Copyright 2006 by
<a href="http://www.heatonresearch.com/">Heaton Research, Inc.
</a></p>
</BODY>
</HTML>
Search WWH ::




Custom Search