Have you ever feel headache when dealing with the HTML codes and tags? Don't worry, here in WebPage SOS, you can find most of the tags and codes that you need. I will help you with all my knowledge on the HTML codes and tags. If you found that there are some codes or tags missing, please e-mail me and tell me about it. Thank Q!.

        Click on the links below to go to parts that you are interested in HTML. Still, I wish that you could click on all the links. :)

 

Tags & Codes Basic Miscellaneous Advance
 
Here are some basic things about HTML that you might need to know to start a home page. If you need help on certain codes or tags and you couldn't find them here, e-mail me and I'll try my best to help you. 

I get most of these codes from LissaExplains and Funky-Chickens. There are more useful codes there.

 
Help? Codes Demo
Don't know how to start? You can start by copying the codes next to this and paste them in your editor. This is the most basic thing to do when you start working on a home page. <HTML>
<HEAD>
<TITLE>page title</TITLE>
</HEAD>
<BODY>
Your contents will be entered here, text, images etc.
</BODY>
</HTML>

 -- none --

Okie now. This is another one with text and pictures inside. You can change the font type and their size too. 

 

<HTML>
<HEAD>
<TITLE>page title</TITLE>
</HEAD>
<BODY BGCOLOR="#CCCCFF">
<BR><BR>
<CENTER><FONT FACE="timesroman" COLOR="#000000">your text goes here.</FONT></CENTER>
<BR><BR>
<CENTER><IMG SRC="firefaerie.gif" WIDTH="50" HEIGHT="100" ALT="Faerie"></CENTER>
<BR><BR>
</BODY>
</HTML>


your text goes here.


Faerie


You can also have a fixed background. When you scroll down your page, your images and text will move but the background image will stay in a fixed position.

Remember, this tag only works in the IE browsers. Netscape will ignore this tag, showing a regular background instead.

<BODY BACKGROUND="abc" BGCOLOR="#xxxxxx" BGPROPERTIES="fixed">

 -- Just like my page. --

If you want to change the color of your link, this is the code. <BODY BGCOLOR="#000000" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">

 -- none --

Do you want to create a horizontal rule? Copy this code! You can change the color, width and height of the rule. <HR WIDTH="100" COLOR="#00000" SIZE="3">
Now you can put background music in your homepage! <EMBED SRC="midi url" AUTOSTART="true/false" HIDDEN="true/false" LOOP="true/false">

 -- Just like my main page --

Use this to make space..... &nbsp

-- none --