JavaScript that exists in an external fi le. The following are key points:
? For nondeferred scripts, the browser must complete interpretation of the code inside
a <script> element before it can continue rendering the rest of the page. For this reason,and just before the closing </body> tag.
attribute. Deferred scripts always execute in the order in which they are specified.
By using the <noscript> element, you can specify that content is to be shown only if scripting
support isn’t available on the browser. Any content contained in the <noscript> element will not be
From:Professional JavaScript for Web Developers (2012)
原文地址:http://blog.csdn.net/doctor_who2004/article/details/46670025