By: Prof. Dr. Fazal Rehman | Last updated: February 3, 2024
You can write HTML code with many tools. Some tools are mentioned below. One of the simplest tools is a notepad that is already present in your windows. But it is not recommended to use notepad for writing code because notepad has no support for writing the code because it is not designed especially for programming purposes. But this tool is simply available in your windows, so I am telling you how to use notepad for writing the HTML code.
How to write HTML code in Notepad?
Step 1:
open notepad
Step 2:
Write HTML code.
Step 3:
File -> Save as
Step 4:
Mention your file name. Also, write a .html file extension with the file name.
Step 5:
Select “all files” from “Save as type”.
Where to write HTML code