Here we are at:



Marquees are words or letters that travel accross the screen or even flash. Here is what one look like:

this is a marquee

Here is how I did that:

<marquee>this is a marquee</marquee>
Easy huh?

Now lets get a bit fancier with marquees

To make your text travel from left to right, write it like this:<marquee direction=right>This is a marquee</marquee> It will look like this:
This is a marquee

Now lets change the background color of your marquee. To do this, write it like this:<font color=black><marquee bgcolor=red>This is a marquee</marquee></font>
It will look like this:
This is a marquee

You can also center and control the length of travel by writing like it this:
<center><marquee width=50%>This is a marquee</marquee></center>

It will look like this:
This is a marquee


Here is how to make your marquee travel back and forth:<marquee behavior=alternate>This is a marquee</marquee>
It will look like this:
This is a marquee


You can play with the numbers and experiment with marquee to get new marquees.

Click here to go on to Audio...see ya there.