Computer Science, asked by Pragadeesh3800, 1 year ago

Which attribute is used to specify that the script is executed when the page has finished parsing ( only for external scripts )

Answers

Answered by jeet6312
0

Answer:

<script src="demo_defer.js" defer></script> is the required answer.

Similar questions