Site hosted by Angelfire.com: Build your free website today!
MY HTML HELP FOR
BEGINNERS

Miscellaneous, things like 'THIS', lines, and...........I cant even bring myself to say it.......Blink!...aarrgggggggggggg

Misc

OK, here are a few things that I couldn't fathom where to place you can browse and pick what you need.

ALIGNMENT:
This is when you want to align your text in 'CENTER'.

<CENTER>Your Text goes here!</CENTER>

BLINK: (Will not work in IE browsers)
Well this is something I DONT reccomend, Fine It looks good to you, but to everyone else, they find it the most annoying thing in this planet! but I suppose I have to give it to you:

<BLINK>BLINKING EK!</BLINK>

and what you see! BLINKING EK!
(Dont be alarmed if this isnt working, it might only work in Netscape).

HORIZONTAL LINES
These are moldable lines allover my site:
But it is a small one.. <HR SIZE=3 NOSHADE WIDTH=20%>


<HR SIZE=10 NOSHADE WIDTH=20%>
<HR SIZE=10 WIDTH=80% NOSHADE>
<HR SIZE=10 SHADE WIDTH=80%>

DEFINITION LISTS:
Just a paragraph layout format:
You can type a line of text like this and make it so the headding is left and the paragraph is indented slightly

<DL>
<DT>Just a paragraph layout format:
<DD>You can type a line of text like this and make it so the headding is left and the paragraph is indented slightly
</DL>

HEADDERS:

<H1>

<H2>

<H3>

<H4>

<H5>
<H6>

PARAGRAPH AND LINE BREAKS:
You have <BR> (Line break) and <P> (paragraph break) The first (br) is used to break to the next line <BR>
like so.
the paragraph break <p> is used to skip over to a new paragraph <P>

Likt this!

MARQUEE (IE browsers only)
<MARQUEE>Your text in here!</MARQUEE>
(example!)
Text is scrolling

MAIN INDEX