Scripting Tag
IT Notes → Javascript @ December 22, 2020
- defer=”defer”: Not going to generate any document content, and the browser can continue processing the rest of the page’s content, returning to the script when the page has been processed and displayed. This is for speeding up page load.
- JavaScript Best Practice: Place all blocks of JavaScript code within external JavaScript files.
-
<script type="text/javascript"> //<![CDATA[ //]]> </script> <noscript> </noscript>
Subscribe
Login
0 Comments