Marquee Repeat |
Repeat: Specifies how many times the text effect in the marquee is repeated. Possible values are Continuously or number of times that the text should get repeated.
Example:
Please check this in Internet Explorer ( IE )
Code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="1">This is an example of Marquee (Loop : 1)</marquee>
Example:
Code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="infinite">This is an example of Marquee (Loop : Infinite)</marquee>
HTML Marquee tag for scrolling text
| Marquee Behavior
| Marquee Direction
| Marquee Repeat
| Marquee Speed
|