Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create howtorun.md #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions howtorun.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<h1>How to run HTML program - Notepad, Notepad++ and Sublime</h1>
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.

<h3>Page Content - How to run HTML program:</h3>
How to run HTML program using Notepad
How to run HTML program using Notepad++
How to run HTML program using Subline text 3

<h3>How to run HTML program using Notepad</h3>
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:
<ul><li>Step 1: Save HTML File (with .html extension Example : myfile.html).</li>
<li>Step 2: Find your Saved HTML file</li>
<li>Step 3: Double click on it.</li>
<li>Step 4: (Only if your File isn't opening in your Browser) Right Click on the HTML file</li
<li>Step 5: Select the "Open With" option from there.</li>
<li>Step 6: Select any browser from there.</li></ul>