How to Make A Web Page
    Part III, Things




 Part I: BEFORE BEGINNING  WORK ENVIRONMENT  JUST THE BASICS  STORAGE  TEMPLATES
 Part II: COLOR  TEXT  LINKS  THINGS
THINGS
19th:    To spice up a page or clarify a message, other things
      may be added to the page. These fall into two catagories, short items and longer discussions:
Short Items
Longer Discussions
A fully functional browser and page to play with. tables -- www.amtnj.org/written/newsl/sp00/2sp00.htm
Hidden Stuff:      
<!-- <table><tr><td>  </td></tr></table> -->
COLOR
 
By now you remember: It takes 4 pair of tags to make a web page.
<HTML>
<HEAD><TITLE>     </TITLE></HEAD>
<BODY>                    </BODY>
</HTML>
Well, adding color means adding a bit more code -- the back ground color attribute to the body tag.
<HTML>
<HEAD><TITLE>     </TITLE></HEAD>
<BODY BGCOLOR="#ffffff">         </BODY>
</HTML>
or, if you prefer named color to numbered color use the following.
<HTML>
<HEAD><TITLE>     </TITLE></HEAD>
<BODY BGCOLOR="white">         </BODY>
</HTML>
Once this attibute is added, it may be changed to different colors.
 
[MCi logo]

MATHEMATICAL CONCEPTS, inc.

    85 First Street, Keyport, NJ 07735-1503

                                    callus@mathnstuff.com     (732) 739-3951


    http://www.mathnstuff.com/papers/webstuf/make3.htm © 8/17/00

[MSH! Home] [Transcription] [Table] [Words] [MC,i. Home] Classes Web Stuff [top] [end] [next] [last] [Good Stuff] [Order form]