Generally, we use the noscript element to define the alternative content (text) when the script is not executed, so that we can easily tell you a piece of information. You need to enable client script support to access more content.
Noscript definition and usage
The noscript element is used to define alternative content (text) when the script is not executed ).
This tag can be used in browsers that recognize the script tag but cannot support the script.
Differences between HTML and XHTML
NONE
Tips and notes:
Note: If the browser supports scripts, it will not display the text in the noscript element.
Note: browsers that cannot identify the script tag will display the TAG content on the page. To prevent the browser from doing this, you should hide the script in the annotation tag. The old-fashioned (unable to identify the script tag) browser ignores the annotation so that the TAG content is not written to the page, while the new browser knows how to execute these scripts, even if they are surrounded by comment labels!
Global attributes
Tags support global attributes in HTML.
Example
JavaScript
The Code is as follows:
...
...