How to declare :
<marquee direction="right">
Beautiful World
</marquee>
Output :
<marquee direction="up">
Beautiful World
</marquee>
Output :
<marquee direction="left">
Beautiful World
</marquee>
Output :
<marquee direction="down">
Beautiful World
</marquee>
Output :
<marquee scrollamount="15" direction="up" behavior="alternate">
<marquee scrollamount="15" direction="right" behavior="alternate">Beautiful World</marquee>
</marquee>
Output :
<marquee scrollamount="5" width="40"><<<</marquee>
Beautiful World
<marquee scrollamount="5" direction="right" width="40">>>></marquee>