home *** CD-ROM | disk | FTP | other *** search
- <HEAD><TITLE>I don't display titles</TITLE></HEAD>
-
- <BODY>
-
- <h1>Sample file using lots of HTML tags</h1>
- <h2>heading 2</h2>
- <h3>heading 3</h3>
- <h4>heading 4</h4>
- <h5>heading 5</h5>
- <h6>heading 6</h6>
- <P>
-
- This represents <A>A link</A> to another document<br>
- <b>Bold text</B><br>
- My e-mail address is <address>mike@econym.demon.co</address><br>
- <blockquote>This paragraph of text is indented and italicised.
- This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
- This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
- This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
- </blockquote><p>
- <cite>This text</cite> is a citation.<br>
- <center>This is in the centre.</center>
- <code>10 LET X% = 3 :REM is a piece of code</CODE><br>
- This is a <dfn>definition</dfn>.<br>
- Let me <em>emphasise</em> this point.<br>
- <font size=8>Big text</font> <font size=-1>small text</font>.<br>
- This <i>word</i> is in <i>italics</i>.<br>
- An image with an alternate description<img alt="Pretty Picture"><p>
-
- A numbered list that starts from a number other than 1
- <OL start=5><li>This should be number 5
- <li>This should be number 6
- <ol start=3><li>This should be number 6.3
- <li value=9>This should become 6.9
- <ul>
- <li>Unnumbered and numbered lists
- <li>can be nested within each other
- </ul>
- </ol>
- </ol>
- <p><PRE>
- The spaces and linefeeds are preserved, in preformatted text
- so things like this display sensibly.
-
- ** ** ***** ** ** ****
- ** ** ** ** ** ** **
- ****** **** ** ** ** **
- ** ** ** ** ** ** **
- ** ** ***** ***** ***** ****
-
- </PRE><p>
- Bits of text can be <u>underlined</u> like this.
- <p>
- <DL>
- <DT> description 1
- <DD> blah blah blah blah blah blah blah blah blah blah blah blah blah
- blah blah blah blah blah blah blah blah blah blah blah blah blah
- <DT> description 2
- <DD> waffle waffle waffle waffle waffle waffle waffle waffle waffle waffle
- waffle waffle waffle waffle waffle waffle waffle
- </DL>
-
- </body></html>
-
-