How to implement <noscript>in general? (Please read the description) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to implement <noscript>in general? (Please read the description)

Ok, I was just learning about content modeling in HTML5, which introduced 7 layers of contents in general. One of them came out Metadata, and tag examples were <script>, <noscript> along others. When you click on <noscript> it tells you that "an alternative way for users not supporting your client scripts", Are there any browsers that don't support Javascript? Have you ever saw Gmail in the basic view(provided for low speed connections) Is it like that? Does internet speed also related? Did I just catch a example of a noscript implementation properly or what?

2nd Apr 2020, 8:33 AM
【𝓪𝓈𝒽𝓴𝓪ℕ♦ℝ𝓪𝓷𝒿𝓫𝓪𝓇】
【𝓪𝓈𝒽𝓴𝓪ℕ♦ℝ𝓪𝓷𝒿𝓫𝓪𝓇】 - avatar
1 Answer
0
Case can be when user have disabled script in browser on those situation <noscript> can be used not only for browser supporting issues.
2nd Apr 2020, 9:02 AM
Sudarshan Rai
Sudarshan Rai - avatar