Home | Computer Science

<
Marquee

Defination

HTML <marquee> Tag is used to scroll an image or text.


MARQUEE Syntax of background image is
<marquee scrollamount="100" direction="right">
HTML is a standard markup language
</marquee>
Attributes of Marquee

Program
INPUT

<html> <head> <body> <marquee scrollamount="100" direction="right"> HTML is a standard markup language</marquee> <marquee scrollamount="70" loop="10" behaviour="alternate">HTML is a standard markup language</marquee> </body> </html>

OUTPUT