Ok, hope this will help
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>NewsParrot.com: Home</title>
<link rel="stylesheet" type="text/css" href="parrot.css">
<style type="text/css">
#note { width: 542px;
height: 134px;
border: 1px solid black;
padding: 8px;
margin-left: 10px;
margin-top: 12px }
</style>
</head>
<body>
<div id="top">
<img src="newsparrot.gif" width="242" height="58" alt="Don't quote us.">
</div>
<!-- Main Nav -->
<div id="nav">
<h3>» Main </h3>
<a href="index.html" class="current">Home</a><br>
<a href="world.html" title="News from around the world">World News</a><br>
<a href="us.html" title="News from the U.S.">U.S. News</a><br>
<a href="business.html" title="Business news">Business</a><br>
<a href="tech.html" title="Technology news">Technology</a><br>
<a href="sports.html" title="Sports news">Sports</a><br>
<a href="politics.html" title="Political news">Politics</a><br>
</div>
<!-- Resource Nav Bar -->
<div id="nav2">
<h3>» Resources </h3>
<a href="#">Search</a><br>
<a href="#" title="Need help? This site map can help.">Site Map</a><br>
<a href="#" title="Launches email">Contact Us</a><br>
<a href="#" title="Get NewsParrot content on your mobile device!">Parrot on PDA</a><br>
<a href="#" title="Vote in today's poll.">Today's Poll</a><br>
<a href="#">News Archive</a><br>
</div>
<div id="main">
<h1>Top Story...</h1>
<h2>Nothing New</h2>
<img src="nothing.jpg" alt="Top Story Image">
<p>Amazingly, there has been nothing that could be reasonably deemed a "top story" for several weeks. This should not be seen as indicative of any failure on our part to cover the news, locate newsworthy stories, or assign reporters promptly. Literally <em>nothing</em> worthy of "top story" status has happened, in our opinion. Unlike other popular news sources, we never resort to "fluff" just to fill the space. We believe that no news is good news, and we hope you find this non-story refreshing.
</p>
<p>Until something does happen that warrants such a headline, feel free to browse through our topical news sections, like sports, technology, and politics.
</p>
<p>Here at <b>NewsParrot</b>, we display the news as it happens, but only when and if it happens.
</p>
</div>
<div id="footer">
<a href="terms.html">Terms of Use</a> |
<a href="privacy.html">Privacy Policy</a> |
<a href="advertise.html">Advertise with Us</a> |
<a href="pr.html" title="View Our Most Recent Press Statement">Press</a> |
<a href="custom.html" title="Customize This Site">My Parrot</a> |
<a href="mailto:webmaster@newsparrot.com" title="Launches Email">Feedback</a>
<address>
Contents © NewsParrot.com ||
500 Canal View Blvd. Rochester, NY 14623
</address>
</div>
<div id="end">
</div>
</body>
</html>