The HTML Attribute reference.

"defer" - html Attribute

  • This boolean attribute provides a hint to the user agent that the script is not going to generate any document content (e.g., no "document.write" in javascript) and thus, the user agent can continue parsing and rendering.

Value(s): defer
Used in the element(s):
Elements Description
script Defines a script (javascript, vbscript ....) which may be used within a document. A script contains code which is executable. You may also include a version number to precisely inform the browser the support you need for the script.

© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.