<html>
<head>
<title>My First HTML Document</title>
<link REL="STYLESHEET" HREF="homework.css" TYPE="TEXT/CSS">
</head>
<body>
<h1>
Her Christmas vacation</h1>
<p>She had a nice Christmas vacation.She visited her pregnant
sister who did nothing but talk about babies. She learned the following:</p>
<ul>
<li>
the <a href="MAILTO:MADAMS@WCU.EDU">baby is a boy</a></li>
<li>
the baby may or may not be circumcised</li>
<li>
the baby makes her sister very uncomfortable</li>
<li>
the baby is more important than anything else on earth.</li>
</ul>
<p>She is glad to be home.</p>
<table width="400">
<tr><td width="100">howdy</td>
<td width="300" class=ugly>how is the good time for all
people to eat cheese and apples and wash their hands in baking soda</td></tr></table>
<br>
<img SRC="GIFs/wedding.gif" width="136"
height="216" >
</body>
</html>
|