Code-Along: Build a Simple Web Page
Follow step-by-step instructions to create a fun page.
1
Code-Along: Build a Simple Web Page
Welcome to your first coding project! In this lesson, we’ll build a simple web page step by step. Follow along to see how the pieces of HTML, CSS, and basic design come together.
Goal: Create a personal profile page.

2
Step 1: Setting Up Your File
First, let’s create a folder for your project and add an HTML file:
- Create a new folder on your computer called MyWebPage.
- Inside the folder, create a file named
index.html. - Open the file in your code editor (e.g., Visual Studio Code).
Tip: The file name index.html is commonly used for the main page of a website.
All lessons in this course
- Code-Along: Build a Simple Web Page
- HTML Treasure Hunt