If you want to show people the HTML
code examples, you can use the <XMP> tags.
This tag will show the HTML codes that you type
without formatting them. |
|
<XMP><IMG
SRC="firefaerie.gif"></XMP> |
|
|
|
|
Do you want to make a marquee? The
words will scroll from the right to left. The codes
are as follow. |
|
<MARQUEE
BEHAVIOR=scroll DIRECTION="left">Your
message here</MARQUEE> |
|
|
|
|
|
|
Now, this one will just scroll out
from the right and stop at left. Yes! It won't
scroll anymore unless you refresh the page to see it
scroll only once. |
|
<MARQUEE
BEHAVIOR=slide DIRECTION="left">Your
message here</MARQUEE>
|
|
|
|
|
|
|
Do you like these? This is another
one that will "bounce" left and right.
Ahhh well, this doesn't really seems like bouncing. |
|
<MARQUEE
BEHAVIOR=alternate DIRECTION="left">Your
message here</MARQUEE>
|
|
|
|
|
|
|
Ahhaaa! This one seems like bouncing!
Look! You can give it a background color and also
set the width! |
|
<MARQUEE
BEHAVIOR=alternate BGCOLOR="#xxxxxx"
WIDTH=x>Your message here</MARQUEE> |
|
|
|
|
Well, actually there are still lots
of funny things to do with the marquee. You can
change the font type, size and color of the text in
marquee. And yes, you can change the behavior, it
can be left, right, up or down. |
|
|
|
|
Oh yes! You can set the scrolling
speed of the marquee too. Want to have a try? |
|
<MARQUEE
BEHAVIOR=scroll DIRECTION="left"
SCROLLAMOUNT="x">Your message
here</MARQUEE> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Are you asking "what if I want a
picture to scroll"? No problem! It's easy! |
|
<MARQUEE
BEHAVIOR=scroll DIRECTION="left"><IMG
SCR="firefaerie.gif"></MARQUEE> |
|
|
|
You can add a link to that picture
too! |
|
|
|
|
Oh my god! Take a look at this! Do
you want it? |
|
<MARQUEE
BGCOLOR="#xxxxxx" WIDTH="x%">Your
message here</MARQUEE><MARQUEE BGCOLOR="#xxxxxx
WIDTH="x%" DIRECTION="right">Your
message here</MARQUEE> |
|
|
|
|
|
|
Ohhh!! Look at this! When you mouse
is on the marquee, the speed become slower..... |
|
<MARQUEE
onMouseover="this.scrollAmount=x"
onMouseout="this.scrollAmount=x">Your
message here</MARQUEE> |
|
|
|
|
|
|
Do you want to add some text with
background color? Get the codes quick! You can
change the font face, size and color too! |
|
<SPAN
STYLE=BACKGROUND:#xxxxxx>Your message
here</SPAN> |
|
|
|
|
Look!! This one is even cooler!
You'll love this!! |
|
<TABLE
STYLE="filter:dropshadow/glow/shadow(color=#xxxxxx,
strength=1-10)"><TD><TR><CENTER>Your
message here</CENTER></TR></TD></TABLE> |
|
|
|
|
|