References

Collection of references for web development.

HTML noscript tag

Description

The HTML <noscript> element represents code to display if the browser does not support scripting (JavaScript etc).

Example

<noscript>This browser does not support JavaScript!</noscript>