Specifies a scrolling text marquee.
The marquee tag is not a standard HTML element. It indicates a text scrolling in any direction
<marquee style="width:200px;" direction="down">down!</marquee>
<marquee style="width:200px;" direction="right">right!</marquee>