HTML
- The head element contains information about the webpage.
- The body element represents the visible content shown to the user.
- A margin indicates how much space we want around the outside of an element.
- A padding indicates how much space we want around the content inside an element.
Git
- git status: checks what branch we are currently on
- git checkout -b branch-name: creates a new branch and switches to it
JavaScript
- Enter your JavaScript notes here