Fun HTML Tricks!

Some people like to make they're links look fun by using the
bold,
strikethrough,
underline and
italic tags. Also, some people like to make they're comments
, and some like to make they're text
funky colors. This section will tell you how to do all that!
Basic HTML Tags
please change the [ ]'s to < >'s to make them work
To make a word/letter italic, you need to type this-
[i] lovely [/i]
it will then look like this-
lovely
To make a word/letter bold, you need to type this-
[b] lovely [/b]
it will then look like this-
lovely
To make a word/letter struck through, you need to type this-
[s] lovely [/s]
it will then look like this-
lovely
To make a word/letter underlined, you need to type this-
[u] lovely [/u]
it will then look like this-
lovely
Other Fun HTML Tags
To make text scroll sideways, use this tag.
[marquee] lovely [/marquee]
it will turn out like this-
To make text scroll sideways, but confine it to a small space, use this tag.
[marquee width=30] lovely [/marquee]
it will turn out like this-
people love to use this tag like this -
. You can change that number [width=30] to make it any size, sometimes so small, it looks like it's almost flashing! Have fun with it.
To make your text fun colors, use this tag.
[font color=colorhere] lovely [/font]
it will turn out like this-
lovely
To make text like this --->
a horse of a different color
Please visit our
rainbow text generator!