marqee code example
Example: marqee
The <marquee> tag is an HTML element that allows the text inside it to scroll
across the screen and repeat infinitely. The text inside can, of course,
be modified using CSS.
Example:
<marquee>This Text will glide across the screen!</marquee>