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

HTML Help



***NEW FEATURE***
I've now made a Stylesheet creator for your Neopets user-lookup! Just click HERE to use it!

For music, this is what you put-
<EMBED SRC="URL of music" AUTOSTART="true/false" HIDDEN="true/false" LOOP="true/false" WIDTH=200 HEIGHT=50>

How it Renders

Back to top


HTML Basics
Font Size - <font size="1-7">Text</font>

Font Color - <font color="color">Text</font>

Bold - <b>Text</b>

Underline - <u>Text</u>

Italic - <i>Text</i>

Links - <a href="URL of site">Link</a>

Break (New Line) - <br>

Justification
Center - <center>
Right - <p align=right>
Left - <p align=left>

Pictures and BG's
For a picture - <img src="URL of Picture">

Backgrounds - <body background="URL of BG">

Scroll/Marquee - <marquee>Text</marquee>

Scroll right - <marquee scroll=right>Text</marquee>

Back and Forth - <marquee behavior=alternate>Text</marquee>