|
LESSON
4 |
|
I know I said we would learn tables next, but I felt a need to talk about Addresses and Background Image's . I promise we'll do tables next! ADDRESSES
You learned in
Lesson 3
of this lesson about
Image
and
Link
tags and how they asked for an
Address
inside the quote marks. An
Address
is the location of a file, either on the internet, or in your computer. Lets
talk about the computer first. On my hard drive (which is my "C" drive and is
referred to as
C:
), I have a folder called
My Documents
, inside that folder I have a folder called
WebPages
, Inside the WebPages folder I keep separate folders for each one of my web
pages. One of these folders is called
webhelp
, inside that folder I keep all of the
.html
files for these lessons and any other files that go with them. So the
Address
to this page on my computer is:
http://www.htmljunction.com.com/lessons/less3.asp
The
http://
stands for
H
yper
T
ext
T
ransfer
P
rotocol (For a more detailed explaination see one of the resources on the left
side of this page), It is basicaly saying to look on the Internet for the
following directory. On the internet somewhere is a directory called (for ease
of explaining)
www.htmljunction.com
and is known as the
Root
or
Top
directory. Inside that directory I have one called
webhelp
inside that directory is where I keep the file for this page!
NOTE: You cannot use an address for your computer on the Internet and vice versa BACKGROUND IMAGES
Now that you know about addresses and how to place images and links, and you
know about the body tag, you can now use an image as a background!
Ok, now that thats done with, I promise we will look at Tables next. |