Arachnophilia Tutorial 
LESSON VII

[BOOK] PLEASE SIGN THE GUESTBOOK

ODDS & ENDS


THE COMMENT TAG
THE "PRE" TAG
  • This is another slick trick to keep from typing so many <br> tags over and over. This works similar to the formatting in a word processor and inserts breaks on a carridge return.
  • I inserted the pre tag just above this line. Typed in a few lines of text so that you can see what it does. I think I have typed more on this tutorial than I have in 7 years on the net including the old text chat days!
  • This is what the code looks like:
  • <b><u>THE "PRE" TAG</u></b>
    <ul>
    <li>This is another slick trick to keep from typing so many <br> 
    tags over and over. This works similar to the formatting in a word processor 
    and inserts breaks on a carridge return.
    <pre>
    <li><font size="+1">I inserted the pre tag just above this line.
    Typed in a few lines of text so that you can see what it does.
    I think I have typed more on this tutorial than I have in 
    7 years on the net including the old text chat days!
    <li>This is what the code looks like:
    </pre>
    


META-TAGS


LINKS

Home | Page 2 | Page 3 | Page 4 | Page 5 | Page 6 | Page 7