- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
defer
January 25, 2016
Defer (in html) is a boolean HTML attribute which can be assigned to only an external script. It is used in order to make the script run only after the page has finished parsing.
The syntax is as follows:
<script src="application.js" defer></script>