marquee (Examples)
Browser |
|
---|---|
Type |
The examples of the MARQUEE element.
In browsers other than MSIE, there are some unsupported attributes.
Example
<marquee>Default scrolling</marquee>
- Output
<marquee bgcolor="#d9d9ff">Background color</marquee>
- Output
<marquee bgcolor="#d9d9ff" width="50%">Background and Width</marquee>
- Output
<marquee bgcolor="#d9d9ff" hspace="50" vspace="20">Background and Space</marquee>
- Output
<marquee behavior="alternate">Bounce back and forth</marquee>
- Output
<marquee direction="right">It moves right</marquee>
- Output
<marquee direction="down" height="100">It moves down</marquee>
- Output
<marquee direction="down" behavior="alternate" width="100%" height="150">
<marquee behavior="alternate"><font size="7">?</font></marquee>
</marquee>
- Output
<marquee scrolldelay="85" scrollamount="6">Default speed</marquee>
<marquee scrolldelay="50" scrollamount="10" truespeed>Very fast !!</marquee>
<marquee scrolldelay="200" scrollamount="3">Very slow ...</marquee>
- Output
-
Default speed Very fast !! Very slow ...