Introducing various web page types

From Mr Fisher

;

Look at my strip background - Image link - tiled watermark background.
There is also a Table & Rollover example. Here's a way to use say WordArt images. I am adding Java & Javascript examples.
Also Status bar & date and Bounce or Forms or JohnF or Image maps.
You might like to look at cascading style sheets-CSS
This was produced by the following code. (possibly colour modifications for demos.)
      <!-- This is a comment -->
      <HTML>
      <HEAD>
            <TITLE>
               This is a title
            </TITLE>
        </HEAD>
        <BODY bgcolor ="&c0e0e0">
         <center>
         <h1>
             Hello World!
         </h1>
         <FONT COLOR="000060">
         From Mr Fisher
         </font>
         <p>
         <img src="mypic.jpg">
      Look at my <a href="page2.html">Page 2?</a> - <a href="page3.html">Page 3?</a> - <a href="page4.html">Page 4?</a>
         <hr>
         </center>
      </BODY>
   </HTML>