HTML
- The head element contains information about the webpage.
- The body element represents the visible content shown to the user.
- We ca can add as many li elements as we want.
CSS
- CSS stands for Cascading Style Sheets.
- CSS helps you style your website
- 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 is a version control system used for tracking changes in computer files.
- Git is a fundamental tool to collaborate with your team on a project.
- Git status: checks what branch we are currently on
- Git checkout -b branch-name: creates a new branch and switches to it
JavaScript
- JavaScript makes web pages more dynamic and user-friendly so that they respond to visitors' actions.
- 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.