HTML/CSS/Basic Tags/marquee

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

"marquee" creates scrolling text

   <source lang="html4strict">
   

<html> <head> <title>marquee element example</title> </head> <body>

   <marquee behavior="slide" 
            direction="left" 
            width="800" 
            bgcolor="red"
            loop="50" 
            style="color:white">
            www.wbex.ru
   </marquee>

static text

</body> </html>


     </source>