Create a website from scratch

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,
  1. write HTML structure based on the design,
  2. style the HTML using CSS to make it look like the design, and
  3. 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

design.png 317.54 KB

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!