Last updated: 2026-09-12
<noscript>The NOSCRIPT Element
Shows its content when JavaScript is disabled or unsupported, for graceful degradation.
| Category | Scripts & Embedding |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </noscript> tag |
| Status | Standard |
📝 Syntax
<noscript>fallback content</noscript>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <noscript> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: noscript is hidden when JS works; it may contain any flow content.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.