SQL PHP HTML JavaScript articles and free code
 

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 )



This is an example of Marquee (Loop : 1)

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:

This is an example of Marquee (Loop : Infinite)

Code:
     <marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="infinite">This is an example of Marquee (Loop : Infinite)</marquee>



Discuss this tutorial at forum

List of HTML Tutorials

HTML Marquee tag for scrolling text  | Marquee Behavior  | Marquee Direction  | Marquee Repeat  | Marquee Speed
 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
<marquee>
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.