why we use <noscript> tag in html 5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why we use <noscript> tag in html 5

why we use <noscript> tag in html 5

4th Oct 2017, 8:36 AM
Deepak Agnihotri
Deepak Agnihotri - avatar
3 Answers
+ 2
<noscript> tag indicate "JavaScript" Disabled on your browser
4th Oct 2017, 8:44 AM
Vinay.s
Vinay.s - avatar
+ 9
Web browser will display the content inside the <noscript> tag if Javascript was not enabled. Just Google it and you're able to find some interesting example like below:- https://webdesign.tutsplus.com/tutorials/quick-tip-dont-forget-the-noscript-element--cms-25498
4th Oct 2017, 8:42 AM
Zephyr Koo
Zephyr Koo - avatar
+ 3
It is to display alternative stuff for browsers that do not support Javascript
4th Oct 2017, 9:54 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar