'behavior' specifies how content will scroll in the 'marquee' element : behavior « Marquee Attributes « HTML / CSS






'behavior' specifies how content will scroll in the 'marquee' element

    
<HTML>
<head>
<Title>Example For behavior</Title>
</head>
<BODY>
<marquee behavior="slide" bgcolor="#99ffff">Animation.</marquee>
</BODY>
</HTML>  
    
      
      








Related examples in the same category