This is the code:
<<>marquee>This Is A Basic Marquee
<<>/marquee>
We will demonstrate Six Attributes you may place inside the opening tag
The codes are placed like this:
<<>marquee behavior="put the attribute here">Here Goes Your Text<<>/marquee>
Marquee Attributes
- Behavior
- Direction
- Scrolldelay
- Scrollamount
- Background Color
- Height And Width
<<>marquee behavior="slide">
<<>marquee behavior="alternate">
<<>marquee behavior="scroll">
<<>marquee direction="right">
Scrolldelay Tells The Marquee How Slow To Go
<<>marquee scrolldelay="50">
Scrollamount Tells The Marquee How Fast To Go
<<>marquee scrollamount="7">
The attribute bgcolor= changes the background color of the Marquee
Height And Width Attributes
<<>marquee bgcolor="yellow" height="100" width="100">
Will look like this:
<<>marquee bgcolor="lime" height="3" width="400">
Will look like this: