How to declare :

<marquee direction="right">
        Beautiful World
</marquee>
Output :
Beautiful World
<marquee direction="up">
        Beautiful World
</marquee>
Output :
Beautiful World
<marquee direction="left">
        Beautiful World
</marquee>
Output :
Beautiful World
<marquee direction="down">
        Beautiful World
</marquee>
Output :
Beautiful World
<marquee scrollamount="15" direction="up" behavior="alternate">
        <marquee scrollamount="15" direction="right" behavior="alternate">Beautiful World</marquee>
</marquee>
Output :
Beautiful World
  <marquee scrollamount="5" width="40">&lt;&lt;&lt;</marquee>
    Beautiful World
    <marquee scrollamount="5" direction="right" width="40">&gt;&gt;&gt;</marquee>
Output :
<<< Beautiful World >>>