<HTML><HEAD><TITLE>Jim's Home Page</TITLE></HEAD><BODY>

This is the first line of this page.<BR>
I just put in a line break here to start the next line where I want it, not where the browser thinks the line break ought to go. I want to be in control of things. This line is long enough that it will probably be subject to word wrap by the browser. Next I will put in a paragraph separator here.
<P>
Next I will put in a horizontal rule here.
<HR>
Now for some headers. Here are the six sizes:
<H1>Header 1</H1>
<H2>Header 1</H2>
<H3>Header 1</H3>
<H4>Header 1</H4>
<H5>Header 1</H5>
<H6>Header 1</H6>
<HR>
Next, how about some lists. First, an unordered list
<UL>
<LI>Spades
<LI>Hearts
<LI>Diamonds
<LI>Clubs
</UL>
and an ordered list
<OL>
<LI>Beets
<LI>Carrots
<LI>Peas
<LI>String Beans
<LI>Artichokes
</OL>
<HR>
Next I will experiment with different character styles:<BR><B>bold face</B><BR>
<I>italics</I><BR>
<KBD>fixed-width</KBD>.
<P>
Next come the special characters left bracket &lt;, right bracket &gt;, and ampersand &amp;.
<HR>
This is the end of this example!
</BODY></HTML>

Click here for information on MIT Accessibility