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.
|
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..... |
  |
-- none --
|