First introduced by Internet Explorer 4, the defer attribute of the script element is now part of the HTML 4 and XHTML specifications. The defer attribute gives a hint to the browser that the script does not create any content so the browser can optionally defer interpreting the script. This can improve performance by delaying execution of scripts until after the body content is parsed and rendered.
Here's the brief paragraph describing the defer attribute from the HTML 4.01 specification:
spanish
french
italian
german
7/26/2008 3:17:09 PM
spanish
french
italian
german
5/10/2008 9:07:26 AM
spanish
french
italian
german
3/12/2008 8:26:12 PM
spanish
french
italian
german
2/2/2008 11:55:53 AM
spanish
french
italian
german
12/29/2007 7:12:43 PM
spanish
french
italian
german
12/22/2007 4:49:31 PM