+ 2
How do i save from notepad and how i am open or run the output
html
5 ответов
+ 20
save your codings with .html extension
more informations plz visit this link
https://www.wikihow.com/Create-a-Simple-CSS-Stylesheet-Using-Notepad
+ 5
Hey Danilo, to stop .txt getting added, change the file type when saving to 'All files' 😎. It defaults to .txt hence why it appends it.
+ 4
I can highly recommend Notepad++. It highlights the code so you can easily see tags etc. You can either setb this manually or once you've saved the file as html it will automatically do it.
You then just open the file with your browser- eg Chrome, IE or Firefox.
+ 2
Normally if your you're trying to save your code as code.html it'll save it as code.html.txt, which won't run. Try putting code.html between double quotes, as in "code.html". To open it, you can just double click or right click and select "open with" and then your browser.
But using notepad++, sublime... is always better and easier.