To do one, use this html
<marquee>Your words
here</marquee>
---------------------------------------------------------------------------
This marquee moves from left to right
To do this, use this html
<marquee direction=right>Your words
here</marquee>
----------------------------------------------------------------------------
This marquee bounces from side to side
To do this, use this html
<marquee behavior=alternate>Your words
here</marquee>
----------------------------------------------------------------------------
This marquee moves at a faster speed
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
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
To do this, use this html.
<marquee direction=left width=50%>your words
here</marquee><marquee direction=right
width=50%>Your words here</marquee>
----------------------------------------------------------------------------