Notebook 3


Next   Table of Contents   Previous

Attributes in the <body> tag:
bgcolor="#" changes the color of the background
background="imagename.gif" changes the background image
text="#" changes the color of the text in the entire page
link="#" changes the color of the links
alink="#" changes the color of the link that's being clicked on
vlink="#" changes the color of a visited link
This page has this body tag <body bgcolor="000080" text="#ffffff" link="#ff66ff" vlink="#ff66ff">
Attributes in the <font> tag:
color="#" changes the color of the text
size="a number 1-7" changes the size of the text
face="fontname(s)" changes the font style
Images:
•To show images <img src="63sample.jpg" width="100" height="100" alt="Flower" border="0">
ex.
Flower
• To link images <a href="http://mcwills.com/photosamples/"><img src="63sample.jpg" height="100" width="100" alt="Flower" border="0"></a>
ex.
Flower
• align attribute controls where the picture goes
align="left" puts the picture on the left side of the page and wraps the text around it
align="right" puts the picture on the right side of the page and wraps the text around it
<br clear="all"> forces the text under the image

The images used on this page are from http://mcwills.com/photosamples/

Explore Virtual University


Next   Table of Contents   Previous

Back to the Top
Hosted by www.Geocities.ws

1