<noscript>
All Tags not showing in online page, but show on view source.
<script> document.write("Welcome! This is javascript text.") </script> <noscript>Your browser does't support JavaScript.</noscript>
Code show like this:
Browser Support
The <noscript> tag is supported in all major browsers.
What is noscript tag
noscript tag used to for alternate content for users that have disabled scripts in their browser or have a browser that doesn’t support script.
The noscript tag you can be used in both head tag and body tag.
HTML 4.01
noscript tag is supported
HTML5
noscript tag is not supported