0 votes
in JavaScript by
How To Hide Javascript Code From Old Browsers That Dont Run It?

1 Answer

0 votes
by
Use the below specified style of comments <script language=javascript> <!-- javascript code goes here // --> or Use the <NOSCRIPT>some html code </NOSCRIPT> tags and code the display html statements between these and this will appear on the page if the browser does not support javascript

Related questions

0 votes
asked Feb 13, 2022 in Git by rajeshsharma
0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima
...