When browser turns of scripts. Which Tag to use in Html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!!

23rd Jun 2020, 12:05 PM
Ashik Ahmed
Ashik Ahmed - avatar
3 Answers
+ 4
<noscript>
23rd Jun 2020, 12:40 PM
Abhay
Abhay - avatar
+ 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.
23rd Jun 2020, 2:36 PM
A͢J
A͢J - avatar
+ 1
Abhay thanks
23rd Jun 2020, 2:18 PM
Ashik Ahmed
Ashik Ahmed - avatar