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.
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
So it will look something like this
Now onto the size of the text. The code goes something like this.
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
So it looks like this
You can even combine the two codes together so they will look like this
And here it is!!
Links
A link connects one site to the next. The code is simple it goes like this.
Title of link here
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
My Homepage
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...
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
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.
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
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
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
Click here to see what it looks like
This code is for using an image as your background
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
And it would look like something you see here on this page