1<HTML> 2<HEAD> 3 <TITLE>Test File for Help Index Code</TITLE> 4</HEAD> 5<BODY> 6 7<P>This is a test file for the help index code. The help index 8code reads plain HTML and indexes the title and any anchored 9text, ignoring all other markup. Anchor tags must be on a single 10line, although the text they wrap may cross multiple lines and be 11up to 1024 bytes in length.</P> 12 13<H1><A NAME="FIRST">This is the First Anchor</A></H1> 14 15<P>This is some text for the <em>first</em> anchor.</P> 16 17 18<H1><A NAME="2ND">This is the Second Anchor</A></H1> 19 20<P>This is some text for the first anchor.</P> 21 22<P>John asked Mary to the dance.</P> 23 24 25<H1><A NAME="THIRD">This is the Third Anchor</A></H1> 26 27<P>This is some text for the third anchor. <A NAME="INLINE">This 28is an in-line anchor that crosses a line.</A></P> 29 30</BODY> 31</HTML> 32