...Ready...
...Set...
...GO...
No Whym. |
~ What You Need ~
You can make a page in any program I write a lot of mine using Eudora, my mail program. I have Netscape (or another browser)
that saves text files.
There are a lot of HTML writers available online.
turned on so I can check my HTML as I go.
Make a new directory (folder) on your hard drive.
Call it Homepage.
Save all your homepage files, gifs, jpegs, etc. in this main directory.
2.
3.
4.
5.
~ From The Top ~
At the top you must have this:
<HTML><HEAD><TITLE>Welcome to My Page</TITLE></HEAD>
The title is what appears at the top of the browser
Note: You can put lots of other "things" in the HEAD
~ It's Your Body ~
This is where you tell the browser what background to show
Basic Body (fills in the choices for you...blah though eh?)
Note: Use that color guide to find what you want.
Note: Be sure to save your text file and GIF or JPEG
<HTML><HEAD><TITLE>Welcome to My Page</TITLE></HEAD>
or like this:
<HTML><HEAD><TITLE>Welcome to My Page</TITLE></HEAD>
or like this:
6.
~ Your Page ~
Open a new text document (file).
Save the file as mypage.html in your new directory.
Open mypage.html with your browser.
In Netscape under the File menu - "Open File"
Leaving the file open in both programs,
write some, save the text file, switch to the browser and
hit reload. This is the easiest way to check how your page looks
as you go. You don't have to have your modem turned on.
just show you what you need to have
and you fill in the blanks. OK? Okay...begin...
oh..well you sort of did already eh? *smile*
when someone opens your page.
but for this basic page I am avoiding those.
(color and/or image), basic font color, link color, visited link color, etc...
<BODY>
Body with color background
<BODY BGCOLOR=FFFFFF>
You can use names but (older) browsers read color numbers.
Body with color background and background image (those cool backgrounds!)
<BODY BGCOLOR=FFFFFF BACKGROUND="blue.gif">
in the same folder or directory so they can "find" each other.
There are a million free backgrounds available on the Net.
Now add the text color, link color and visited link color...
<BODY BGCOLOR=FFFFFF BACKGROUND="blue.gif" TEXT=YELLOW LINK=GREEN VLINK=PURPLE>
So the top of your page will look like this:
<BODY>
<BODY BGCOLOR=FFFFFF>
<HTML><HEAD><TITLE>Welcome to My Page</TITLE></HEAD>
<BODY BGCOLOR=FFFFFF BACKGROUND="blue.gif" TEXT=YELLOW LINK=GREEN VLINK=PURPLE>
Now put in all that HTML you learned!!
Hi. My name is...and on..and on...and on!!!
~ Add A Link ~
<A HREF="http://www.ptialaska.net/~melissag">Stone's Throw</A>
~ The Bottom ~
That's all!! The endish!! Finis! Well, type this one last thing...*smile*
8.
</BODY></HTML>
You did it! You made your own homepage! Of course now
it's stuck on your harddrive and you'll have to learn
to ftp (file transfer protocal) and call your server
to see if you are allowed room or e-mail it to a friend
with room for you on theirs. Lots to know ain't there?
But you DID IT!!! Soooo very cool you are! Hacker..heh,heh...
*happy*smiling*happy*
Return to Stone's Throw. Don't forget to sign my guestbook! :)
EASY HTML 1 |
EASY HTML 2 |
EASY HTML 4
EASY HTML 5 |
EASY HTML 6