<noscript> tag - should it be used?
Hi,
We are using DTM to implement Third Party Tags.
Some time we get the third party tags as HTML <script> tags along with <noscript> tags.
As , I understand DTM is a Javascript library, hence <noscript> tag will never be useful. Is this correct?
As DTM will load only when Javascript is enabled.
Hence, it is not meaningful to have <noscript> tag. Is this correct?
Thanks