Site hosted by Angelfire.com: Build your free website today!



Basic Html





Here are some basics html codes for you to use. You basically can't do anything without using these codes



Font Color & Size


The font color code goes like this. <font color="whatevercoloryouwant"> Where it says whatevercoloryouwant you can chose any color and put it in there. So if I were to chose the color indigo It would go something like this <Font color="white"> So it will look something like this

Now onto the size of the text. The code goes something like this.
<font size="#"> Where it says # You can choose a number between 1-7. The sizes look like this.
1234567
So with a chosen number it should look like this <Font size="5"> So it looks like this

You can even combine the two codes together so they will look like this <font color="indigo" size="5"> And here it is!!



Links


A link connects one site to the next. The code is simple it goes like this. <A href="urloflinkhere">Title of link here</a> Where it says urloflinkhere put the url address of the link here. And where it says Title of link here put the links name there. So if I were put a link back to my site which address is https://www.angelfire.com/muscathefly/index.html and I were to title it My homepage I would do something like this <a href="https://www.angelfire.com/hero/muscathefly/index.html">My Homepage</a> And it would look like this

My Homepage




Sound/Music

Sound is always fun to have there was on generic code to use that you can add on little tibits for fun. Basically the code goes like this... <embed src="urlofsound"> Where it says urlofsound put the address of the sound you want. So if I were to use one of my sounds. I would go <Embed src="https://www.angelfire.com/hero/muscathefly1/Html/Crow.wav"> Now by simply entering this code the sound will play only once. But you can add things at the end of the tag that will allow you to play a song or sound over and over and set a limit as to how much its played on your page. The extra's are like this
Autostart="true" loop="true"> You leave the Autostart="true" The same. But to change the loop="true" You change the "True" into what ever number you want the song to repeat




Images

All right now we are on to images. This is an easy code. It goes like this. <img src="urlofimage"> Where it says urlofimage is where you put the address of the image. So if I were to use one of my images it would be like this <img src="https://www.angelfire.com/hero/muscathefly1/Html/Raven.gif"> And it would appear like this on my screen






Background


There are two different codes for backgrounds one is just for a plain ordinary color and other the is to have an image of some sort in the background.

This one is the color one <body bgcolor="Whatevercoloryouwant"> Where it says Whatevercoloryouwant You can choose any color you want. So let's say I chose the color Indigo It would go something like this <body bgcolor="Indigo">
Click here to see what it looks like


This code is for using an image as your background <Body background="urlofbackgroundimage"> Where it says urlofbackgroundimagehere enter in the address of your background. For instance if I were to use the background that I have on this page now I would do <body background="https://www.angelfire.com/hero/muscathefly1/Backgrounds/Blood_B.gif"> And it would look like something you see here on this page