Menu
Document Structure & Metadata
<noscript> Tag
Fallback content for users without JavaScript.
1Graceful Degradation
Anything inside <noscript> only renders when JavaScript is disabled. Use it sparingly for critical fallback messaging.
Example Code
<noscript>
<p>Please enable JavaScript to use this app.</p>
</noscript>Finished reading?
Mark this topic as complete to track progress.