Robert's Programming Notes

The notes are in the code.

By Subject Type

HTML

Anatomy of an HTML element is an Opening tag <p> Content </p> Closing Tag

CSS

JavaScript

Defer loading script <script src="my-js-file.js" defer></script> after the page loads