<PRE>

&lt;TITLE&gt;A Longer Example&lt;/TITLE&gt;

&lt;H1&gt;A Longer Example&lt;/H1&gt;

This is a simple HTML document. This is the first

paragraph. &lt;P&gt;

This is the second paragraph, which shows special effects. This is a

word in &lt;I&gt;italics&lt;/I&gt;. This is a word in &lt;B&gt;bold&lt;/B&gt;.

Here is an inline GIF image: &lt;IMG SRC=&quot;myimage.gif&quot;&gt;.

&lt;p&gt;

This is the third paragraph, which demonstrates links. Here is

a hypertext link from the word &lt;A HREF=&quot;subdir/myfile.html&quot;&gt;foo&lt;/A&gt;

to a document called &quot;subdir/myfile.html&quot;. (If you

try to follow this link, you will get an error screen.) &lt;P&gt;

&lt;H2&gt;A second-level header&lt;/H2&gt;

Here is a section of text that should display as a

fixed-width font: &lt;P&gt;

&lt;PRE&gt;

On the stiff twig up there

Hunches a wet black rook

Arranging and rearranging its feathers in the rain ...

&lt;/PRE&gt;

This is a unordered list with two items: &lt;P&gt;

&lt;UL&gt;

&lt;LI&gt; cranberries

&lt;LI&gt; blueberries

&lt;/UL&gt;

This is the end of my example document. &lt;P&gt;

&lt;address&gt;Me (somename@someisp.net)&lt;/address&gt;

</PRE>