Internet Course Website

Tags and HTML

Class # 1 , Class # 2 ,Class # 3 , Class # 4 , Class # 5 , Class # 6

Class #3

Things you can do to change and control the way the page looks (color or background). All these commands go inside the <BODY> opening tag at the top of the page.

Example:

<body background="filename.gif" text="#000000" link="#0000EE" vlink="#551A8B"> OR

<body bgcolor="#FFFFFF" text="#000000" link="#0000EE" vlink="#551A8B">

You can either use all of them or some of them. If all you put is <BODY> then the colors listed below (except the BGCOLOR which would be grey) are the default colors of the page. You can either have a background image (wallpaper) or a color. Some people choose the main color from a wallpaper for the BGCOLOR so that the text is readable even before the wallpaper loads up.

Webdiner's Hexcode Chart

Go to the Graphic links page and look at all the information of hexcodes and graphics.

background="filename.gif" places an image as a wallpaper and tiles it to fill the screen
bgproperties="fixed" when you want your background image to stay fixed and not move up or down together with your text or other content.
bgcolor="#FFFFFF"

the background color for the whole window

(#FFFFFF is white; also default value if you don't specify a new color)

text="#000000"

the color for all of the text on that page

(#000000 is black; also default value if you don't specify a new color)

link="#0000EE" the color of any links before they are clicked and visited
(#0000EE is blue; also default value if you don't specify a new color)
vlink="#551A8B" the color of any links after they have been clicked and visited
(#551A8B is purple; also default value if you don't specify a new color)
Things you can do to change and control the font. You can place several together within the <font> tag.
<font color="#000000">text</font> changes the font’s color (#000000 is black)
<font size=7>text</font>

changes the size of the font in relation to the size the browser is set on

sizes from 7 to 1; (7 is the largest size and 1 the smallest) the default value is 3

<font face="Comic Sans MS, Arial, Impact">Specifying
Comic Sans MS, along with two other choices.</font>
You can specify which font is used on the web page. It has to be installed on their computer to work. If they do not have the font that you specify then the defalt font will load.

<font size=4 color="#551A8B" face="Arial">text</font>

text

you can place several things in one tag

 

Class #3: This is a basic HTML page with a few more tags.

Example 3 in HTML with background="ivy.gif"

Example 3 in Text format

Example 4 in HTML with bgcolor="#FFFFFF"

Example 4 in Text format

To go to Class # 4

[ HOME ] [ Tags ] [ Text ] [ Graphic ] [ General ] [ Links ]

This site is maintained by Georgia Panaritis.

For more information, send e-mail to spikeschip@javascrypt.com