Open a text editor
Create a new file
Save the file with a .html extension
Add the HTML doctype declaration
Add the html tag
Add the head section
Add the title tag inside the head
Add the body section
Add content inside the body
Save the file
Open the file in a web browser
Edit and refresh to view changes
