2
Q:

defer script html

<!--
  The defer attribute specifies that the script
  is executed when the page has finished parsing.
  
  Note: This only works for external scripts.
-->
<html>
  <head>
	<script defer type="text/javascript" src="/path/to/script.js"></script>
    ...
4
<script src="demo_defer.js" defer></script>
0

New to Communities?

Join the community