Welcome back to Web Development!ย This time, we’ll be focused on more advanced concepts, like Javascript and APIs.
However, let’s take some time to have a quick refresher on what we learned last time. Some concepts you should remember:
- HTML (Hypertext Markup Language): The programming language used to build the structure of our website
- CSS (Cascading Style Sheets): The programming language used to help style our website with fonts, colors, and more
- JS (Javascript): The programming language used to make our websites interactive, manage data, and more
- Bootstrap: A CSS framework that makes it easier to position elements on our page with rows and columns