A must know way to use script tags in HTML file?
The best method is to put JavaScript(JS) <script> tags just before the closing </body> tag, rather than in the <head> section of your HTML. The reason for this is that HTML loads from top to bottom. The head loads first, then the body, and then every...
saintvandora.hashnode.dev3 min read