The notes are in the code.
Anatomy of an HTML element is an Opening tag <p> Content </p> Closing Tag
Defer loading script <script src="my-js-file.js" defer></script> after the page loads