java Script | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

java Script

There is also a <noscript> tag. Its content will be shown if the client's browser doesn't support JS scripts. can someone please clearly explain the above statement. thanks

20th Oct 2019, 9:11 PM
Paulsen M Mwanza
Paulsen M Mwanza - avatar
1 Answer
+ 3
If you put javascript disabled in your browser and you are using this feature in your html code then your JS code will not work and you can throw alert to enable JavaScript in browser. Write this code. Disable JavaScript of browser and open this file on browser. Inside script tag your code will not work. https://www.google.com/amp/s/www.geeksforgeeks.org/html-noscript-tag/amp/
20th Oct 2019, 9:49 PM
A͢J
A͢J - avatar