Editing HTML Files


Editing HTML files can be done with a default text editor, or an IDE of your choice.

To Open using text editor:

Windows

  1. Right click on the file you want edited
  2. Select “Open with”
  3. You will be presented with a list of applications. Select Notepad from the list. If you don’t see Notepad, click “More options”
  4. A window with the code will be displayed. You can edit the file, then save by pressing Ctrl+S.

MacOS

  1. Open TextEdit
  2. Click the “File” tab, then click “Open”
  3. Select the file you want to edit
  4. Save the file by pressing Command+S

Final Result: