Marquee Types

This is a regular marquee

Moving words
To do one, use this html
<marquee>Your words here</marquee>

---------------------------------------------------------------------------
This marquee moves from left to right

Right we go
To do this, use this html
<marquee direction=right>Your words here</marquee>

----------------------------------------------------------------------------
This marquee bounces from side to side

Bouncy Bouncy
To do this, use this html
<marquee behavior=alternate>Your words here</marquee>

----------------------------------------------------------------------------
This marquee moves at a faster speed

Faster words
To do this, use this html. You can change the number for a faster or slower speed.
<marquee scrollamount=20>Your words here</marquee>

----------------------------------------------------------------------------
This marquee blinks

Look blinking text
To do this, use this html. You can play with the numbers for your desired effect.
<marquee scrollamount=400 scrolldelay=500>Your words here</marquee>

---------------------------------------------------------------------------
The words come from the middle

RalphRalph

To do this, use this html.
<marquee direction=left width=50%>your words here</marquee><marquee direction=right width=50%>Your words here</marquee>

----------------------------------------------------------------------------