<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title>example</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <link rel="stylesheet" href="example_1.css" type="text/css" /> 
</head>
<body>
<div id="enclosure">
   <div id="menu">
     <ul>
       <li><span id="example">example</span></li>
       <li><a href="#some" >some</a></li>
       <li><a href="#where" >where</a></li>
       <li><a href="#else" >else</a></li>
     </ul>
     <hr />
     <p><em>No one</em> expects the spammish repition.</p>
     <p>There's no place like 127.0.0.1.</p>
     <p>29a - the hexidemical of the beast.</p>
     <p>Use the source, Luke.</p>
     <p>/* No comment. */</p>
   </div> <!-- end menu -->
   <div id="content">
     <a name="some"></a>
     <img id="logo" src="jims_head.jpg" alt="[ image of Jim's head ]" />
     <h1>example</h1>
     <p>This is the first paragragh. If there was any real content here, 
       you'd find much more stuff.  Maybe in Latin.</p>
     <p>And here is the second paragraph.  How did that Latin go?
       Ipso lorem or something like that?  Hmmm.
     </p>
     <p>What does XHTML look like?  Funny you should ask...</p>
     <pre>
&lt;div&gt;
  &lt;img src="a_picture.jpg" /&gt;
&lt;/div&gt;</pre>
   </div> <!-- end content -->
   <div id="footer">
     <ul>
       <li>&copy; <a href="mailto:mahoney@marlboro.edu">Jim Mahoney</a></li>
       <li>last modified Oct 2006</li>
     </ul>
   </div> <!-- end footer -->
</div> <!-- end enclosure -->
</body>
</html>

syntax highlighted by Code2HTML, v. 0.93pm6