When I view noscript
in Chrome I'm seeing raw html displayed when JavaScript is turned off.
This:
<!DOCTYPE html> <head></head> <body> <noscript> <div>No Javscript</div> </noscript> </body>
Will display:
<div>No Javscript</div>
This used to work, so I'm guessing there was a regression, but I can't find anything about it on the web. In other browsers(safari, firefox), I don't see the HTML. I'm using Chrome 26.0.1410.43 on OS X 10.7.5
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>.
HTML <noscript> Tag. The <noscript> tag in HTML is used to display the text for those browsers which does not support script tag or the browsers disable the script by the user. This tag is used in both <head> and <body> tag. Note: This tag is used in those browsers only which does not support scripts.
The HTML <noscript> tag is used to handle the browsers which do recognize <script> tag but do not support scripting.
Refreshing the page twice fixes this issue.
And it only appears when you first switch to disabling javascript (i.e. someone who browses with javascript disabled would not experience it)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With