📝 How to Create and Rename an HTML File Using Notepad and Windows Explorer
1️⃣ Open Notepad
- Click the Start Menu (bottom left corner).
- Type Notepad and press Enter.
- A blank Notepad window will open.
2️⃣ Type Your HTML Code
- Locate your code from the previous web page.
3️⃣ Save the File as an HTML Document under your google drive.
- In Notepad, click File → Save As...
- In the Save as type dropdown, select All Files.
- In the File name box, type:
index.html
- Choose a folder (like Documents or Desktop) where you want to save the file.
- Click Save.
4️⃣ Open the File in Windows Explorer
- Press Windows + E to open File Explorer.
- Go to the folder where you saved your file.
- You should see your new file named per the instructions PX_XXX_XXX.html.
5️⃣ View Your Web Page
Double-click the file. It will open in your web browser and display your HTML page.
✅ Tips:
- Always save with the
.html extension (for example, my_page.html).
- If you don’t see “.html” at the end of the filename, turn on File name extensions in File Explorer (under the View tab).