home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / unhtml.spk / Sample1 < prev    next >
Text File  |  1996-02-11  |  2KB  |  65 lines

  1. <HEAD><TITLE>I don't display titles</TITLE></HEAD>
  2.  
  3. <BODY>
  4.  
  5. <h1>Sample file using lots of HTML tags</h1>
  6. <h2>heading 2</h2>
  7. <h3>heading 3</h3>
  8. <h4>heading 4</h4>
  9. <h5>heading 5</h5>
  10. <h6>heading 6</h6>
  11. <P>
  12.  
  13. This represents <A>A link</A> to another document<br> 
  14. <b>Bold text</B><br>
  15. My e-mail address is <address>mike@econym.demon.co</address><br>
  16. <blockquote>This paragraph of text is indented and italicised.
  17. This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
  18. This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
  19. This paragraph of text is indented and italicised. This paragraph of text is indented and italicised.
  20. </blockquote><p>
  21. <cite>This text</cite> is a citation.<br>
  22. <center>This is in the centre.</center>
  23. <code>10 LET X% = 3 :REM is a piece of code</CODE><br>
  24. This is a <dfn>definition</dfn>.<br>
  25. Let me <em>emphasise</em> this point.<br>
  26. <font size=8>Big text</font> <font size=-1>small text</font>.<br>
  27. This <i>word</i> is in <i>italics</i>.<br>
  28. An image with an alternate description<img alt="Pretty Picture"><p>
  29.  
  30. A numbered list that starts from a number other than 1
  31. <OL start=5><li>This should be number 5
  32. <li>This should be number 6
  33. <ol start=3><li>This should be number 6.3
  34. <li value=9>This should become 6.9
  35. <ul>
  36. <li>Unnumbered and numbered lists
  37. <li>can be nested within each other
  38. </ul>
  39. </ol>
  40. </ol>
  41. <p><PRE>
  42. The spaces and linefeeds are preserved, in preformatted text
  43. so things like this display sensibly.
  44.  
  45. **  **  *****  **     **     ****
  46. **  **  **     **     **    **  **
  47. ******  ****   **     **    **  **
  48. **  **  **     **     **    **  **
  49. **  **  *****  *****  *****  ****
  50.  
  51. </PRE><p>
  52. Bits of text can be <u>underlined</u> like this.
  53. <p>
  54. <DL>
  55. <DT> description 1
  56. <DD> blah blah blah blah blah blah blah blah blah blah blah blah blah
  57. blah blah  blah blah blah blah blah blah blah blah blah blah blah
  58. <DT> description 2
  59. <DD> waffle waffle waffle waffle waffle waffle waffle waffle waffle waffle
  60. waffle waffle waffle waffle waffle waffle waffle
  61. </DL>
  62.  
  63. </body></html>
  64.  
  65.