defer: Scripts with the defer attribute tell the browser that the script won't be used for page rendering, and so do not need to be executed. This can speed up the loading of Web pages.
Used with Elements:
Content: Boolean (defer="defer")
Default: None
Deprecated in XHTML 1.0: No
DTD: XHTML 1.0 Standard

