HTML/CSS/Marquee Attributes/behavior

Материал из Web эксперт
Перейти к: навигация, поиск

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

   <source lang="html4strict">
   

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


     </source>