Marquee Types


Marquee Types
Marquee Types
Marquee Types




Regular Marquee


Regular Marquee

Code 1:
<marquee>Your words here</marquee>







Right Marquee


Right Marquee

Code 2:
<marquee direction=right>Your words here</marquee>







Bouncing Marquee


Bouncing Marquee

Code 3:
<marquee behavior=alternate>Your words here</marquee>







Faster Marquee


Faster Marquee

Code 4:
(You can change the number for a faster of slower speed.)

<marquee scrollamount=20>Your words here</marquee>







Background Color Marquee


Background Color Marquee

Code 5:
<marquee bgcolor="maroon">Your words here</marquee>







Sliding Marquee


Sliding Marquee

Code 6:
<marquee behavior=slide>Your words here</marquee>







Smaller Marquee


Smaller Marquee

Code 7:
(You can change the % number to resize the Marquee window.)

<marquee width=35%>Your words here</marquee>







Blinking Marquee


Blinking Marquee

Code 8:
(You can change the numbers for your desired effect.)

<marquee scrollamount=400 scrolldelay=500>Your words here</marquee>







Middle Marquee


Middle MarqueeMiddle Marquee

Code 9:
<marquee direction=left width=50%>Your words here</marquee><marquee direction=right width=50%>Your words here</marquee>