Answer: Actually we can not check using Javascript if the browser is configured to use Javascript because obviously it can not run.
So instead we can use a
<noscript> tag.
<noscript> tag will always appear when Javascript is not supported
and therefore we can put information within this tag to warn the user to enable Javascript on their browser.
For Example:-
<noscript>
......
</noscript>
Asked In: Many Interviews |
Alert Moderator