marquee

Support

Specifies a scrolling text marquee.

The marquee tag is not a standard HTML element. It indicates a text scrolling in any direction

Example

<marquee style="width:200px;" direction="down">down!</marquee>
<marquee style="width:200px;" direction="right">right!</marquee>

Preview

down! right!