Prework Study Guide
✨ Open the Console to See What's Happening ✨
HTML
- The head element contains information about the webpage.
- The body element represents the visible content shown to the user.
- The h1 h2 h3 h4 h5 h6 element change size
CSS
- I learned about margins
- I Learned about color
- I Learned about class card
Git
- git Status checks what branch we are currently on
- git checkout -b branch-name: creates a new branch and switches to it
- git cd change dir
JavaScript
- A variable is a named container that allows us to store data in our code.
- Control flow is the order in which a computer executes code in a script.
- If statments