Step 1
What You Need Before You Start
Text Editor
Use a code editor such as Visual Studio Code to write and save your HTML and CSS files properly.
Project Folder
Create one main folder for your website project so your files stay organised from the beginning.
HTML File
Create a file named index.html. This will be the main page of your
website.
CSS File
Create a file named style.css and connect it in the head of your HTML
document.
Browser
Open your HTML file in a web browser to test how your page looks and behaves.