Monday 25 August 2014

Praphull's Marquees

Type this:

<MARQUEE>Your text</MARQUEE>

And you get this.

Your text



Type this:

<MARQUEE DIRECTION=RIGHT>Your text</MARQUEE>

And you get this.

Your text



Type this:

<MARQUEE BEHAVIOR=ALTERNATE>Your text</MARQUEE>

And you get this.

Your text



Type this:

<CENTER><MARQUEE BEHAVIOR=ALTERNATE WIDTH="40%">Your text</MARQUEE></CENTER>

And you get this.

Your text




Type this.

<MARQUEE DIRECTION=DOWN HEIGHT=60>Your text</MARQUEE>

And you get this.

Your text



Type this.

<MARQUEE DIRECTION=UP HEIGHT=50>Your text</MARQUEE>

And you get this.

Your text



Type this.

<MARQUEE DIRECTION=DOWN HEIGHT=50 BEHAVIOR=ALTERNATE>Your text</MARQUEE>

And you get this.

Your text

Replace text with animation or pictures.


Type this.

<MARQUEE><IMG SRC="Your picture URL"></MARQUEE>

And you get this.

DOG



Type this.

<MARQUEE DIRECTION=UP HEIGHT=70 BEHAVIOR=ALTERNATE><IMG SRC="Your picture URL here"> </MARQUEE>

And you get this.

ball



Type this.

<MARQUEE DIRECTION=RIGHT WIDTH="50%"><IMG SRC="Your picture URL here"></MARQUEE> <MARQUEE WIDTH="50%"><IMG SRC="Your picture URL here"></MARQUEE>

And you get this.

gif gif

Extra Stuff


Use the BGCOLOR attribute to change the background color of a marquee, specify the color by name or hexadecimal value for the color you want to use.

Type this:

<MARQUEE BEHAVIOR="SCROLL" DIRECTION="LEFT" SCROLLAMOUNT="2" SCROLLDELAY="60" BGCOLOR="RED">Your text here</MARQUEE>

And you get this.

Your text here

No comments:

Post a Comment