How to Write HTML in Notepad

Don't have an HTML editor? If you are using Microsoft, you can write HTMLs using just the Notepad. Here's how:

1.Open Notepad. It is usually found in the "Accessories" menu.
2.Start writing the HTML but be more careful in writing this because a Notepad doesn't have elements like tag completion and validation.
3.Save your HTML to a file as .htm. Here's how to do that:
1.Click on "File" and then "Save As"
2.Navigate to the folder you want to save in
3.Change the "Save As Type" drop-down menu to "All Files (*.*)"
4.Name your file, be sure to include the .htm extension e.g. homepage.htm

Done!