HTML <noscript> Tag


If a script type is not supported or if scripting is disabled in the browser, the HTML noscript element specifies replacement HTML to be used.

The <noscript> tag specifies an alternative content for users who have scripts deactivated in their browser or who are using a browser that does not support script.

Both the <head> and <body> elements can contain the <noscript> element. The <noscript> element could only contain <link>, <style>, and <meta> elements when used inside the <head> element.

Syntax

Example

Preview

Attributes

Element Chrome Firefox Safari Edge / IE Opera
<noscript> Yes Yes Yes Yes Yes