'loop': Repeat the video clip, sound clip, or marquee at a specified number of times : loop « Marquee Attributes « HTML / CSS






'loop': Repeat the video clip, sound clip, or marquee at a specified number of times

<HTML>
<BODY>
<marquee bgcolor="#EEEEEE" loop="-1">www.java2s.com</marquee>
</BODY>
</HTML>  
    
      
      








Related examples in the same category