what is the purpose of no script tag in Java script
Answers
Answered by
3
Hi,
Browser doesn't supports the javascript or if client has disabled it for some reason then content of noscript tag will be shown on that webpage.
for example: <noscript>Your browser doesn't suppoert javascript</noscript>
Answered by
12
✈︎what is the purpose of no script tag in Java script?
➪The <noscript> tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script. The <noscript> element can be used in both <head> and <body.
ꕥHoPe It HeLpS uꕥ
Similar questions