Answers for "what is noscript tag"

5

what does noscript tag do

The <noscript> tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script. The <noscript> element can be used in both <head> and <body>.
Posted by: Guest on July-26-2020
0

what is noscript tag

<noscript>
  <!-- anchor linking to external file -->
  <a href="https://www.mozilla.com/">External Link</a>
</noscript>
<p>Rocks!</p>
Posted by: Guest on April-23-2021

Browse Popular Code Answers by Language