Defer Attribute Test for the Script Element
This page tests the defer attribute to the script element as specified in the HTML 4.01 specification. To test the support of your own browser for the defer attribute, click on the Test Defer Attribute link. Browsers that support this attribute (IE4+ Windows) will execute scripts in a different order than browser that do not (who execute scripts as they are encountered).
Example Output
Internet Explorer 6 for Windows 2000 supports the defer attribute (see Figure 1).
Figure 3: Internet Explorer 6 Windows 2000 shows deferred execution with the defer attribute
Internet Explorer for the Mac does not support the defer attribute (see Figure 2).