This is a page that will show you how you can make your own homepage! This is important, I do not know how to download stuff so please do not ask me about that. I don't know how.
<body bgcolor="#xxxxxx" text="#xxxxxx" link="#xxxxxx" vlink="#xxxxxx">
Instead of the "x"'s, there would be a number. You can erase those numbers and put in a color instead if you want. For example, if you wanted the background color to be red, the text to be white, the link color to be green, and the visited link color to be black, you would put in,
<body bgcolor="red" text="white" link="green" vlink="black">
That's all you have to put. You could use numbers though to have more of a selection. You can go here to get the color codes to make your page more unique ( in color ). Put those numbers in place of the x's.
<b> and to end it, put </b> and it'll look like this
This is bold
Now, if you want to change your font you just have to put in <font face="whatever font here"> and if you want to end it just put in </font face="whatever font here"> for example if you want a "Lapidary333 BT" font, put in
<font face="Lapidary333 BT"> and to end it, put in </font face="Lapidary333 BT">
It's look like this:
Lapidary333 BT
If the font doesn't show, that means you don't have it downloaded in your computer.
Try differen't width's to see wich one you like!
<table><tr><td>whatever you want over here.</td>
<td>More words over here<table><tr><td>
For example if you want a picture and some words beside it you can put:
<table><tr><td><img src=http://www.geocities.com/SouthBeach/Boardwalk/1292/wakgrin.gif></td>
<td>This is Wacko! Isn't he the cutest. I love him! He's so cute and funny. He talks weird but that's what makes him even cuter!</table></tr></td>
If you do that it's come out looking like this
This is Wacko! Isn't he the cutest. I love him! He's so cute and funny. He talks weird but that's what makes him even cuter! |
</td> just mean where you want one thing to end and <td> means where you want it to start. I have no idea what <table> and <tr> means but I do know that you have to put it there to make it come out right. =)
Here's an example... if you want to link to
https://www.angelfire.com/ca/spicychick/index.html you put...
<a href="https://www.angelfire.com/ca/spicychick/index.html">gUrLwUnDr'S wOnDeR pAgE</a>
It would look like this: gUrLwUnDr'S wOnDeR pAgE
Remember to put the quotation ( " ) marks around the address. You don't have to all the time but sometimes some links don't work if you don't.
<img src="the address of the img">
for example if you want the picture http://members.aol.com/Obsiddia/ConstruC.gif to show you would put in
<img src="http://members.aol.com/Obsiddia/ConstruC.gif">
If you typed it right it would look like this:
Remember, you can only do this if you have permission to link to the picture. Some people won't let you link to the picture that they made.
<a href="the URL of the link"><img src="The URL of the img"></a>
for example you could put
<a href="https://www.angelfire.com/ca/spicychick/index.html"><img src="http://members.aol.com/Obsiddia/ConstruC.gif"></a>
If you typed it right it would look like this
If you dont want a border around your picture you could put
<img src=http://members.aol.com/Obsiddia/ConstruC.gif border=0>
It would look like this
If you want to change the height and the width of the pic just put in
<img src=http://www.alizanet.com/uri/spice/pic/all5.jpg height=300> or <img src=http://www.alizanet.com/uri/spice/pic/all5.jpg width=90>
You can put width and height together if you want to. If you did it right it would look like this ( height is the first pic and the second is width ). It won't change the number of disk space you use if you're making a homepage.
or
Here's a secret ( well, not no more ) you can get the URL for pics by right clicking the mouse button, go down to properties, and then it will show you "Address ( URL )" and that's what you put in the address place. But, only do this if that person doesn't mind if you link it to them. Some people don't want you linking it, so make sure that they don't mind.
<a href="mailto:Your e-mail addy">A description, like, e-mail me here</a>
for example, lets use my e-mail addy ...
<a href="mailto:pinay619@angelfire.com">pinay619@angelfire.com</a>
If you did it right it would look like this
<h1> for
<h2> for
<h3> for
<h4> for
<h5> for
duce double oh quad baby!
<font color="color you want">the words you want to be that color</font color="the color you wrote">
for example if you want black put in
<font color="black">Bell Trojans!!! Class of duce double oh quad! *2004*</font color="black">
If you did it right it would look like this
Bell Trojans!!! Class of duce double oh quad! *2004*
<center>Write whatever you want centered</center>
For example you could write
<center>Westside and Pinay pride to the fullest! Yep yep...Kali-4-nia!</center>
If you did it right it would look like this
<font size=5> would look like this
Font size 5 and to end it just put </font size=5>
<font size=4> would look like
font size 4 and put </font size=4> to end it.
<font size=3> would look like
font size 3 and to end it put </font size=3>
<font size=2> would look like
font size 2 and </font size=2> to end it.
<font size=1> would look like
font size 1 and put </font size=1> to end it.