Monday

Roller text or marquee text

This is basic code for rolling text or marquee text:

Code


<marquee> Your Text Here </marquee>

Your Text Here


You can change marquee directions :

Right


<marquee direction="right"> Your Text Now Right </marquee>

Your Text Now Right

Left


<marquee direction="left"> Your Text Now Left </marquee>

Your Text Now Left

Up


<marquee direction="Up"> Your Text Now Up </marquee>


Your Text Now Up
Down


<marquee direction="down"> Your Text Now down </marquee>

Your Text Now down

Your Text Here
alternate


<marquee behavior=alternate> Your Text Now alternate</marquee>

Your Text Now Alternate

No comments: