HTML
- Enter your HTML notes here
- I wish i sing up earlier
- The body element represents the visible content shown to the user.
CSS
- Enter your CSS notes here
- You are able to change the layout, colors and fonts.
- It allows one to adapt the prestation in different devices.
Git
- Enter your Git notes here
- You are able to create branches to add files and folders
- 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
- It was interesting how the pages can link and provide a smooth fuction.
- 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.
- 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.