Notes adapted from: Brian Rahidi @ https://brianrahadi.notion.site/Coding-Workshop-Resources-93d2d374e4014f0ea29e64b27748bdf3

Video Walkthrough:

https://www.youtube.com/watch?v=1O-i-wH-rhc&ab_channel=LangaraComputerScienceClub

HTML

HTML document consist of head and body tag

HTML Attributes

HTML document has many attributes, the general ones are id and class to differentiate html document. Either for functionality or styling purposes.

HTML Tags

HTML References - https://www.w3schools.com/tags/

CSS

CSS References - https://www.w3schools.com/cssref/index.php

CSS Flexbox - https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Interactive CSS Flexbox Practice - https://flexbox.tech/

CSS Media - https://www.w3schools.com/cssref/css3_pr_mediaquery.php

Custom CSS Reset - https://www.joshwcomeau.com/css/custom-css-reset/