WE BELIEVE IN QUALITY SERVICE

<noscript> Tag

<noscript> tag represents an alternate content for browsers that do not support scripting languages. It used to display the alternative text for those browsers which does not support the script tag or the scripting language are disabled in the browser by the user. This tag can be used both in head and body tag.

Example:

<script>
document.write( "Scripting language!!" );
</script>
<noscript> JavaScript is not supported in this browser! </noscript>
<p>The text in the noscript tag will display when a browser is not supported by the JavaScript. </p>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<noscript> Yes Yes Yes Yes Yes