Text Marquee

This code creates a scrolling text across your page

This code brought to you by:

Text Marquee

To make text scroll on your page use:

<marquee>Add your text here....</marquee>


Your text will look like this


If you want to change the direction, use one of these:

<marquee direction="right">Add your text here...</marquee>


Your text will look like this


<marquee direction="up">Add your text here...</marquee>


Your text will look like this


<marquee direction="down">Add your text here...</marquee>

Your text will look like this


To change the speed of the scroll use:

This is the result for 1
This is the result for 10


If you want the marquee to have a behavior, use one of the following:


Your text will look like this

This one is called Flip Text:


Cool, right?Cool, right?


Marquee with a specific width:


Your text will look like this


To add a background color to your scrolling text use:

Your text will look like this


|

Go Back