HTML Scrolling Text using <marquee> Tag

The <marquee> tag is used to create scrolling text (deprecated in HTML5).

Basic Left to Right Scroll:

This is scrolling text from left to right!

Right to Left Scroll:

Scrolling from right to left is default.

Upwards Scroll:

Scrolling upward...

Downwards Scroll:

Scrolling downward...

Marquee with Speed and Behavior:

Bouncing text with faster speed

Marquee with Styling:

This will scroll 3 times only with background!

Note: The <marquee> tag is obsolete. Use CSS animations for modern web design.