Let's create your very first HTML page. You only need a text editor (like Notepad, VS Code, or Sublime Text) and a web browser.
Steps
- Open your text editor
- Type the HTML code
- Save the file as
index.html - Open the file in a web browser
That's it! You just created a web page.