Setting Up Your First HTML Page
Write your first HTML code using a simple text editor.
1
Setting Up Your First HTML Page
Welcome to the most exciting part of learning HTML! Today, we’ll create your first HTML page from scratch. Get ready to see your code come to life!

2
Tools You Need
To create an HTML page, you only need two things:
- A Text Editor: Examples include Notepad (Windows), TextEdit (Mac), or any other editor like VS Code.
- A Web Browser: Chrome, Firefox, or any browser to view your page.
Let’s start coding!
All lessons in this course
- What is HTML?
- HTML Structure: The Building Blocks
- HTML Tags and Elements
- Setting Up Your First HTML Page