|
The first step is to create the HTML document which you will later be editing with notepad. There are a series of steps you will need to do in order to do this, please follow them closely.
First, right click on the desktop, select New, and from the pop-up list select Text Document. You will now see a new text document on your desktop titled New Text Document.
Now, you will have to change your computers settings so you are able to see file extensions. To do this, open up Explorer (Explorer refers to any window or folder). Once there, select View, and from the drop down list select Folder Options.
In the window that pops up, you will see three tabs on the top. Click the second tab, labeled, View. You will now see a list of check boxes. Find the option that says Hide File Extensions for Known File Types and make sure this box is not checked.
Click apply and go back to the desktop. You will now see the file you just created is called New Text Document.txt, with the .txt extension added on the end. Right click on this file, and rename it to filename.html. Filename can be whatever you want, but the ending must end with .html. Once this is done, you will notice that the icon will change, and you now, have a valid HTML file on your desktop.
You are now able to change the settings for viewing extensions back off if you wish, but it is not required.
|