0
If I choose JS noscript will it appear for browsers that does support script?
I'm learning Javascript as well as CSS and HTML and wondering if noscript works for browsers that support JS <script> tags?
1 Antwort
+ 1
No. Whatever is in between the <noscript> tags will be rendered by browsers that DO NOT support client-side scripts. Browsers that support javascript will ignore the <noscript>