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.
- Copy the base tagIt works with zero configuration.
- Adjust the attributesbehavior, direction, scrollamount and loop cover most needs.
- 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.
3Browser Compatibility
| Browser | Support | Notes |
|---|---|---|
| Chrome | ✓ Supported | Renders, though non-standard |
| Firefox | ✓ Supported | Renders, though non-standard |
| Safari | ✓ Supported | Renders, though non-standard |
| Edge | ✓ Supported | Renders, though non-standard |
| HTML5 spec | ✕ Not supported | Officially 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.