In HTML 5.0, how will the script be executed if you use the script element shown below?

In HTML 5.0, how will the script be executed if you use the script element shown below? <script src=”script.js” type=”text/javascript” defer=”defer”></script> ans: b) The script will be executed when the page has finished parsing.