Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.08 KB

howtorun.md

File metadata and controls

16 lines (14 loc) · 1.08 KB

How to run HTML program - Notepad, Notepad++ and Sublime

If you are wondering or having trouble while running HTML program in your Browser then you are at the Right Place. Because in this tutorial we will know how to Run HTML program using popular texts editors like Notepad, Notepad++ and Sublime 3 text editors.

Page Content - How to run HTML program:

How to run HTML program using Notepad How to run HTML program using Notepad++ How to run HTML program using Subline text 3

How to run HTML program using Notepad

Text Editors like Notepad (not notepad++) does not come with an option where you can run your HTML program directly using Notepad. To run the HTML program you will need to follow these steps:
  • Step 1: Save HTML File (with .html extension Example : myfile.html).
  • Step 2: Find your Saved HTML file
  • Step 3: Double click on it.
  • Step 4: (Only if your File isn't opening in your Browser) Right Click on the HTML file
  • Step 5: Select the "Open With" option from there.
  • Step 6: Select any browser from there.