You are on page 1of 4

 Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100%


BEHAVIOR=ALTERNATE BGColor=yellow>This is an example of an alternating
marquee...</MARQUEE></FONT>

Result of example code:

 SCROLL

Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100%


BEHAVIOR=SCROLL BGColor=yellow LOOP=3>This is an example of a scrolling
marquee...</MARQUEE></FONT>

Result of example code:

 SLIDE

Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100%


BEHAVIOR=SLIDE BGColor=yellow>This is an example of a sliding
marquee...</MARQUEE></FONT>

Result of example code:


To the Table of Contents

DIRECTION

Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100%


BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=yellow>This is an example of a
marquee scrolling to the right...</MARQUEE></FONT>

Result of example code:

To the Table of Contents

DIRECTION

Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100%


BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=yellow>This is an example of a
marquee scrolling to the right...</MARQUEE></FONT>

Result of example code:


To the Table of Contents

SIZING
 HEIGHT / WIDTH

Example code:

<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE BEHAVIOR=SCROLL


HEIGHT=25 WIDTH=300 BGColor=yellow>This is an example of a scrolling
marquee</MARQUEE></FONT>

Result of example code:

 HSPACE / VSPACE

Example code:

Preceeding text. <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE


WIDTH=100% BEHAVIOR=SCROLL HSPACE=15 VSPACE=25 BGColor=yellow>This is an
example of a scrolling marquee</MARQUEE></FONT> Following text.

Result of example code:

Preceeding text.
<MARQUEE>
Hi There! <IMG SRC="graphics/idocs.gif" HEIGHT=33 WIDTH=82 ALT="Idocs Guide to
HTML">
</MARQUEE>

You might also like