MARQUEE Syntax of background image is
<marquee scrollamount="100" direction="right">
HTML is a standard markup language
</marquee>
Attributes of Marquee
- Scroll Amount
- Direction
- Loop
- Behaviour
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
![]()