'marquee' creates scrolling text : marquee : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » marquee »

 

'marquee' creates scrolling text



    
<html>
<head>
<title>marquee element example</title>
</head>
<body>
    <center>
    <marquee behavior="slide" 
             direction="left" 
             width="800" 
             bgcolor="red"
             loop="50" 
             style="color:white">
             www.navioo.com
    </marquee>
    </center>
    <p>static text</p>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» marquee