To Documents
Using Notepad to Create a New HTML Page
Method 1: Use Notepad to create the new file.
- Invoke Notepad by selecting Start, All Programs, Programs, Accessories,
Notepad.
- Type in your HTML text.
- Save your file by selecting main menu item File, Save As ...
Use the .htm extension in the file name.
- Invoke the File Explorer by selecting Start, All Programs, Programs,
Accessories
- In the File Explorer, go to the folder containing the file you
saved in Step 3.
- In the File Explorer, right click on the file and select Open With ...
and Internet Explorer to invoke the Internet Explorer browser.
- Make changes to the file in Notepad, save the file in Notepad, and refresh
the browser to verify than any changes you make to the HTML file are correctly
displayed in the browser.
Method 2: Use the File Explorer to create the new file.
- Invoke the File Explorer by selecting Start, All Programs, Programs,
Accessories.
- Right click in the empty region to the right of the Name column.
Select New, Text Document.
This will give you a new file named "New Text Document.txt".
- Change the name of this new document to MyPage.htm (or whatever name you
wish with the .htm extension).
- Right click on the file in the Name column and select Open With.
Select Notepad.
- Use Notepad to enter the text of your HTML file.
- Save your file by selecting main menu item File, Save.
- Make changes to the file in Notepad, save the file in Notepad, and refresh
the browser to verify than any changes you make to the HTML file are correctly
displayed in the browser.