1
Do jakiego celu służy tag <script> wewnątrz tagu <noscript>?
Ostatnio byłem na szaleństwie „view source” na stronach internetowych o ciekawym wyglądzie i zawartości. Jedna z tych witryn, Squarespace , zawiera bloki <script>tagów wewnątrz <noscript>tagu, na przykład: <!-- Page is at: http://squarespace.com --> ... ... <noscript id="inline-deps"> <link rel="stylesheet" type="text/css" href="//cloud.typography.com/7811972/758964/css/fonts.css" /> <script type="text/javascript" src="https://static.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/7400/assets/logomark/logomark.min.js?37"></script> <link rel="stylesheet" href="https://static.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/7400/assets/logomark/logomark.min.css?37" type="text/css" /> …
139
javascript
html
noscript