How do you run your code from notepad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How do you run your code from notepad?

13th Feb 2019, 1:27 AM
Kayode Adedayo
Kayode Adedayo - avatar
5 Answers
0
With Notepad++ and probably a plug-in (I'm note sure if it's included in the default version) you can code anything you want and run the code right away with your favorite application (a browser if it's html, the command line if it's batch code, power shell if it's .ps, and so on - but it only works on code that doesn't need to be compiled before running it) Hope this helps
14th Feb 2019, 12:12 PM
Pete Wright
Pete Wright - avatar
+ 9
Save as .html file on your computer,run it thru your favorite browser, also you can make a folder and save .html inside that folder and of you decide to add css you can add another file inside the folder .css file, same thing with javascript .js
13th Feb 2019, 4:53 AM
Markpeach96
Markpeach96 - avatar
+ 6
It's not exactly running from Notepad. It's editing your html code in notepad, saving and then opening it from a web browser.
14th Feb 2019, 5:25 AM
Sonic
Sonic - avatar
+ 5
You can create html code in notepad and save with (.html) extension . And open that file in your browser ( internet_explorer , chrome , etc ) .
14th Feb 2019, 1:47 PM
Vishnu
Vishnu - avatar
+ 3
save a file as .html file then open it in a browser you will see the output as a html file. notepad just where to code easy HTML docs then change it dont save them as .txt
13th Feb 2019, 1:30 AM
peter
peter - avatar