0
How can I run HTML from notepad.
3 Respuestas
+ 1
Open notepad, save your file as index.html, then start writing the code, which you can easily view in your browser when you right click, and click open the file WITH CHROME or any other browser.
+ 1
Write the code in notepad and save it then close it then change the extention of the file from (file.txt) to (file.html) then open this file with a browser like "chrome" or "firefox"
And voila
But it is better to use other programs to write your code like
-VScode
-Vim
-...
+ 1
Tnx u