Changing the body

You can add attributes to the body tag that would enhance the appearance of the entire page.  These attributes include:

  1. The text color
  2. The color of links
  3. The color of visited links
  4. The color of active links
  5. The background image

The following is the body tag that will be demonstrated in class:

<body background="bg.gif" text="#000000" link="#FFFFFF" alink="#FFFFFF" vlink="#FFFFFF">
Basically, this will set-up the web page with an image in the background, the text will be black, and all of the links will be white.