HTML - Tags - <marquee>

#82 of 147
marquee
Next menu
Prev mark

 <html>
 <body>
     <marquee scrolldelay="300">
         Right to left
     </marquee>
     <marquee scrolldelay="300" direction="down" height="100px">
         Top to bottom
     </marquee>
     <style>
         marquee {
             border: 1pt dotted gray;
         }
     </style>
 </body>
 </html>
 

The marquee element creates a line or block of scrolling text.

Obsolete

The browser may ignore this element.

A live example:


Right to left Top to bottom

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath