HTML marquee Behavior

Description: Behavior means how the content of marquee is scroll.

There are three behavior of marquee.
1. Scroll
2. Slide
3. Alternate

Example
Scroll

<marquee behavior=scroll>behavior=scroll</marquee>

behavior=scroll
Slide

<marquee behavior=slide>behavior=slide</marquee>

SLIDE is almost the same, its scrolling only one times.

behavior=slide
Alternate

<marquee behavior=alternate>behavior=Alternate</marquee>

behavior=Alternate
Next: Bgcolor

Marquee Tag Attribute
÷ Behavior
÷ Bgcolor
÷ Direction
÷ Height
÷ Hspace
÷ Loop
÷ Scrollamount
÷ Scrolldelay
÷ Vspace
÷ Width
÷ Start()
÷ Stop()