+ 1
why we use <noscript> tag in html 5
why we use <noscript> tag in html 5
3 Antworten
+ 2
<noscript> tag indicate "JavaScript" Disabled on your browser
+ 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
+ 3
It is to display alternative stuff for browsers that do not support Javascript