Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

Marquee

If you type the source like this:

<marquee>
text
</marquee>
It will look like this:

text

You can also change the size, color and font of the text you like.

<marquee>
<B>
<font color="green" size="+3" face="comic sans ms">
text
</font>
</B>
</marquee>

It will look like this:

text

You can also make your image marquee.

<marquee width="300" behavior="alternate">
<img src="ckj.gif" border="0">
</marquee>

It will look like this: