📝 How to Create and Rename an HTML File Using Notepad and Windows Explorer

1️⃣ Open Notepad

  1. Click the Start Menu (bottom left corner).
  2. Type Notepad and press Enter.
  3. A blank Notepad window will open.

2️⃣ Type Your HTML Code

  1. Locate your code from the previous web page.

3️⃣ Save the File as an HTML Document under your google drive.

  1. In Notepad, click File → Save As...
  2. In the Save as type dropdown, select All Files.
  3. In the File name box, type: index.html
  4. Choose a folder (like Documents or Desktop) where you want to save the file.
  5. Click Save.

4️⃣ Open the File in Windows Explorer

  1. Press Windows + E to open File Explorer.
  2. Go to the folder where you saved your file.
  3. 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: