Html Help

Here are some HTML tips and codes you can use to make your very own webpage!

Function HTML
Bold Text <b>TEXT</b>
Italic Text <i>TEXT</i>
Underlined Text
<u>TEXT</u>
Scrolling Text (Marquee) <marquee>TEXT</marquee>
Colored Text <font color=red>TEXT</font> (change "red")
Font Type <font face="impact">TEXT</font> (change "impact")
Link <a href="http://yoursite.com">TEXT</a> (change url)
(Image) <img src="http://yoursite.com/image.gif"> (change url)
More to come soon!

Back