Computer Science, asked by shivamkumar7503, 11 months ago

How to find whether a browser supports JavaScript or not?

Answers

Answered by Sumit16032005
0

You cannot check using Javascript if the browser is configured to use Javascript because obviously it can't run:)

So instead you use a <noscript> tag. This tag will always appear when Javascript is not supported and therefore you can put information within this tag to warn the user to enable Javascript on their browser (if they can).


Sumit16032005: please mark me as brainliest
Similar questions