<!Doctype HTML PUBLIC &bsl;"-//IETF//DTD HTML 2.0//EN&bsl;">
<Html>
<Head>
<Title>My Home Page</Title>
<META HTTP-Equiv=Editor Content=&bsl;"SunLabs WebEdit 1.0&bsl;">
</Head>
<Body>



<h1>My Home Page</h1>
<p>
<img src="somefile.gif" alt="my picture">
<br>



<h2>Personal Information</h2>
<ul>
<li>email: your.name@your.company
<li>phone: 555-1212
<li>favorite food: oranges
</ul>
<h2>Current Project </h2>
<p>
I'm building a cool web editor.

<h2>Favorite Web Sites</h2>
<ul>
<li><a HREF="http://www.sun.com/">Sun Microsystems</a>
<li><a HREF="http://www.sunlabs.com/~bwelch/">Brent's Home</a>
</ul>


</Body>
</Html>

