w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



script defer attribute

The defer attribute on the script element:

!Observations

Examples

<scriptattribute="value(s)">...</script>Examples
4.defer="",  , defer<script src="script.js" defer> <⁄script>
<script src="script.js" defer=""> <⁄script>
<script src="script.js" defer="defer"> <⁄script>
script intro script inline, imported, data islands script browser display script parents - script statements script syntaxscript async attributescript charset attributescript type attributescript src attribute