Extra Resources

This Extra Resources section is an ongoing list of resources that may be helpful to you during this course. Please regularly refer to this section of the Playbook and feel free to suggest additions.

Resources

LinkDescription
MDN Web DocsInformation on Web Development basics as compiled by the Mozilla foundation.
w3schoolsw3schools provides resources on HTML that tend to be slightly more accessible than MDN Web Docs. I recommend referring to MDN Web Docs first, but use w3schools to help solidify understanding.
VSCodeVSCode is a code editor which we will be using in this course. If you prefer a different editor or IDE you are free to use that as well, but I will only provide support for VSCode.

HTML

LinkDescription
HTML Attribute Reference (MDN)A reference list of all HTML Attributes.

CSS

LinkDescription
CSS Properties ReferenceA reference list of all CSS Properties.