1. Scroll Text one
<marquee> Your Text Here </marquee>
2. Scroll Text two
<marquee direction=right> Your Text Here </marquee>
3.Scroll Text tre
<marquee behavior=alternate> Your Text Here </marquee>
4. Scroll Text Link
<marquee> <a href="url_goes_here">Description</a> </marquee>
5. Scroll Text image
<marquee> <img src="Your Link Picture here"> </marquee>
6. Scroll Text Up loop
<marquee direction=up loop=true height="100" >
Your text here </marquee>
7. Scroll Text Down loop
<marquee direction=down loop=true height="20" >
Your text here </marquee>
8. Sroll Text Left
<marquee direction="left" onmouseover="this.stop()" width="100%" onmouseout="this.start()" scrollamount="3" height="20" align="left">Welcome to my blog page , and thanks for comming </marquee>
|