VOOZH about

URL: https://www.geeksforgeeks.org/html/html-noscript-tag/

⇱ HTML <noscript> Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <noscript> Tag

Last Updated : 11 Jul, 2025

The <noscript> tag in HTML is used to display the text for those browsers which does not support the script tag or the browsers disable the script by the user. This tag is used in both <head> and <body> tags.


Note: This tag is used in those browsers only which does not support scripts.

Syntax:

<noscript> Contents... </noscript>

The below example illustrates the <noscript> tag in HTML:

Example:

Output:

👁 Image

Supported Browsers:

Comment