Reference

HTML Marquee Tag Reference

The <marquee> tag is non-standard and deprecated, but every current browser still renders it. Here are its attributes at a glance — for a build-your-own version, use the Marquee Generator.

Live Tool

A fixed reference example — adjust attributes freely once copied, or use the Marquee Generator for a live form.

marquee.html Live

          
Preview

1How To Use

Follow these steps — no coding experience needed.

  1. Copy the base tagIt works with zero configuration.
  2. Adjust the attributesbehavior, direction, scrollamount and loop cover most needs.
  3. Prefer modern CSS?See the CSS Marquee page for a standards-based equivalent.

2Example Output

What this code looks like once it's on a real page.

Bounces back and forth between the edges

3Browser Compatibility

BrowserSupportNotes
Chrome✓ SupportedRenders, though non-standard
Firefox✓ SupportedRenders, though non-standard
Safari✓ SupportedRenders, though non-standard
Edge✓ SupportedRenders, though non-standard
HTML5 spec✕ Not supportedOfficially obsolete — CSS animation is the standards-compliant choice

Supported in every current browser — Chrome, Firefox, Safari, Edge and Opera all render this identically, on both desktop and mobile.

Related Pages

More tools that pair naturally with this one.