Computer Science, asked by dink43, 1 year ago

what is the purpose of no script tag in Java script

Answers

Answered by Anonymous
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 StrawBerryJamin
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