HTML Scrolling Text using <marquee> Tag
The <marquee>
tag is used to create scrolling text (deprecated in HTML5).
Basic Left to Right Scroll:
Right to Left Scroll:
Upwards Scroll:
Downwards Scroll:
Marquee with Speed and Behavior:
Marquee with Styling:
Note: The <marquee>
tag is obsolete. Use CSS animations for modern web design.