What's wrong with this code?

The src attribute needs to go in the script tag, not the body tagThe attribute to include a script is href, not srcThe heading tags need to go after the paragraph tagsThe src attribute needs to go in the HTML tag, not the body tag

The src attribute needs to go in the script tag at the bottom of the body, not the body tag.