Introduction
Welcome to the website designing course! Here you'll learn to create a basic responsive website from scratch. We will use a very simple design and minimal color palette to get you started on the web designing path.
In this course, you will learn to,
In this course, you will learn to,
- write HTML structure based on the design,
- style the HTML using CSS to make it look like the design, and
- make the website responsive
All you need is a text editor and a web browser to make this website.
Here is the design that we will convert into a website

Before getting started, create a folder on your computer (you can name it anything you like). This is where the code for the website will be added.
Create a file: index.html inside this folder.
We will start by adding code to this file. Let's go!
