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

This Will be the Beginning

First we will go over html and where to put the tags:


1. You always start of with <html> tag and end with the </html>. Nothing goes before or after the <html> tag:

<html>
All information will go here
</html>


Now if this is webtv e-mail the first thing to come is either your sound (embed src and bgsound) or background (body)

1. This is what it should look like now. Remember if you see a space there is a space if you don't see a space than there isn't:

<html>
<body background="http://the address here">
<bgsound src="http://the song here">
</body>
</html>


Now for the last part:

1.This is what it should look like:

<html>
<bgsound src="http://the address if you want sound"
<body background="http://the address here">
this is where you will put all your other tags here are some example:

<table border=+20>
<tr>
<td>
<img src="http://gif address">
</td>
</tr>
</table>
</body>
</html>


Next Page Home Page

 

I wanted to write something here to give you some help in maybe understanding alittle better why tags = other things.
  • Whenever you use a < or a > it is to show the machine to read what is inside that bracket and do that specific thing for you.
  • Now the first thing that comes after the < is the specific thing you want the machine to do like bgsound, embeding, font, a(anchor), and things like that. There is always a space between this tag and the follwing tags.
  • Then you can tell that tag to do something like get a src (source), get a size, get a effect, and so on. This is where you get the " = " sign. You make it do that specific thing.
  • Now we have to make it = something like size=4, like src=a address and effect=shadow

    A statement will therefor look like this

    <font color="blue" size=#6" effect="shadow">