Notepad for HTML writing
- By Gerald Adams
- Published Saturday 21st 2009
- HTML
- Unrated
Many Windows users do not realize that they do not need to buy or download an editor in order to write HTML. There is a basic editor built into the operating system called Notepad.
In fact, for many people this is all the entire HTML editor they need because it is free as well as simple.
There are only a few steps to creating a Web page with Notepad or write HTML with Notepad:
Here's how to avoid that:
In fact, for many people this is all the entire HTML editor they need because it is free as well as simple.
There are only a few steps to creating a Web page with Notepad or write HTML with Notepad:
- Open Notepad through your "Accessories" menu or go to start menu, choose the run option, and type in Notepad.
- When the notepad opens, start writing your HTML Remember that you need to exercise more caution here than in an HTML editor. You won't have elements like tag completion and validation which happens to be in software.
- Save your HTML to a file. Since Notepad normally saves files as .txt, you need to take care to save the file as .htm or html.
Here's how to avoid that:
- Click on "File" and then "Save As"
- Navigate to the folder you want to save in
- Change the "Save As Type" drop-down menu to "All Files (*.*)"
- Name your file, be sure to include the .htm extension
