
defer attribute in javascript

Hi Friend,
The defer attribute gives a hint to the browser that the script does not create any content so the browser can optionally defer interpreting the script. This delays the execution of scripts until after the body content is parsed and rendered.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.