Categories

defer

Jack Martins January 25, 2016
No votes yet.
Please wait...

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>
Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.