Skip to content

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>
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x