
Marquee Attributes
1) direction = “left”/”right”/”up”/”down”
2) behaviour = “scroll/alternate”/”slide”
3) height = value
4) width = value
5) scroll amount = value
6) scroll delay = value
7) loop = value
8) v space = value
9) h space = value
10)bg color = colorname
this are all marquee attributes
Source
<html> <head> <title>marquee class</title> </head> <body> <marquee direction="left" behavior="scroll">This is Marquee class in Soft Tutorial Zone</marquee> </body> </html>