+ 6
How do you run your code from notepad?
5 Respuestas
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
+ 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
+ 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.
+ 5
You can create html code in notepad and save with (.html) extension . And open that file in your browser ( internet_explorer , chrome , etc ) .
+ 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