HTML Commands:
Let's look at the main commands:
< title>- This is what is read at the top of the page. For this page "Nils' SUPERfreak Homepage5" is read. To end the title type < /title>.
< body>- The main part of the page. Anything written within < body> and < /body> will be displayed.
< head>- This is displayed in the top left corner. In this case it reads "The SUPERfreak's Homepage." End it with < /head>
Now let's look at some more complicated commands. Starting from the top down.
< body background="name.gif">- This enables you to display any number of gifs for your background. NOTE: No animated gifs or JPG's work(for me).
< link=color>- This lets you change the color of the link before its been activated. NOTE: The color you choose must be used throughout the entire page.
< alink=color>- This lets you change the color the link turns as you ACTIVATE it. Same rules apply as above.
< vlink=color>- This lets you change the color of a link that has been used. Same rules apply as above.
NOTE: In order for the above commands to work, they must all be placed in the same < x > right after the < title>, but before the < body>.
NOTE: Colors can be chosen by name or number. I will give a small list on a seperate page.
Here are commands for writing within the page. NOTE: Font and color can not be changed within the < title>
< font color=color>- Allows you to place writing in any color you wish.
< font size=#>- Allows you to choose any number between -7 and +7.
< tt>- Allows your writing to appear in type writer font.
< b>- Allows your writing to appear in bold face.
< blink>- Allows your writing to appear
< i>- Allows your writing to become italicized.
< u>- Allows your writing to become underlined.
NOTE: All of the above may be changed as many times as wished throughout your page. Also, all can be used in conjuction with each other(i.,e., < font color=red>< font size=+2>< i>< b>< blink>< u>
Here are some of the more complicated(but fun!)html page commands:
< img src="address">- To display an image or sound(the computer will know depending if it end with jpg or au, for example).
< img src="file name">- To display a downloaded image(again, the computer will know).
< a href="address">- To link your homepage to another part or page. After the < >place a pic or phrase, and write< /a> after it. This will end the link.
< a href="mailto:address">- To link to your email address. To end the link type< /a>
That's all I can think of for now, but if you have any questions, feel free to email me.