Site hosted by Angelfire.com: Build your free website today!

Learn the Marquee's Tag

A marquee is: a bunch of words moving across the screen in different ways
We are first going to go over behavior in a marquee. The behavior is how you make it move.

1.<marquee behavior=alternate>This is what happens!</marquee>

2.<marquee behavior=scroll>This is where you place your words!</marquee>

3.<marquee behavior=slide>How do you like this one? </marquee>

We are going to go over direction next. Direction is which way the marquee moves.

1.<marquee direction=left> This is how it moves! </marquee>

2.<marquee direction=right> This is where we put our words! </marquee>

We will now go over what scrolldelay is. Scrolldelay is how quickly or how slow the marquee moves. Normal is 16.

1.<marquee scrolldelay=25> This is how it will move! </marquee>

2.<marquee scrolldelay=100> This is where you put your words at! </marquee>


We will now talk about loop. You can tell it how many times to move. Telling the marquee nothing lets it move indefinitely.

1.<marquee loop=1> This is one time! </marquee>

2.<marquee loop=3> This is three times</marquee>

Hint to change the size or color of the words in the marquee use the font tag before the marquee.
Ex:<font size=1 color="#ee0000"><marquee scrolldelay=45>Have a good day! </font></marquee>

We can also use the transparency tag, and we can change the background color of the marquee. In relation to the backgound we can change the height and the width around the marquee.

1.<marquee transparency=50% height=50 width=300 bgcolor="#ffffcc">

Lets see how this looks!
</marquee>

2.<marquee transparency=70% height=70 width=350 bgcolor="#dddddd" scrolldelay=35>

I hope you enjoyed this page!
</marquee>

Back Home Next Page