+ 1
When browser turns of scripts. Which Tag to use in Html?
Can we use <scripts>? I found that in a challenge question and lose!!
3 Answers
+ 4
<noscript>
+ 4
<noscript> is a best feature of JavaScript which can tell that your browser's script is enabled or not. We can prevent to execute JavaScript code and give alert to enable JavaScript of browser.
+ 1
Abhay thanks