Below are the resources you’ll be using throughout this session:
In this section, we will explore the foundational technologies that form the backbone of modern web development. Each technology serves a unique purpose, from structuring content to styling and adding dynamic behavior.
HTML (HyperText Markup Language) is the language that builds the structure and content of a webpage. It tells the computer how to display text, images, links, and other elements.
CSS (Cascading Style Sheets) is the language that styles and designs a webpage. It instructs the computer on how to make elements look by setting colors, layouts, fonts, and other visual aspects.
JavaScript is a programming language that makes webpages interactive and dynamic. It allows the computer to respond to user actions and change content without needing to reload the page.
The following tools will be used to set up our project and establish a development environment.
GitHub is a platform where people can store, share, and collaborate on coding projects, making it easier to manage and develop software together.