How to save a HTML script created by me.?

  • Thread starter Thread starter pofjefiewjrawir
  • Start date Start date
P

pofjefiewjrawir

Guest
So, i'm a beginner in html so i just started. I opened a notepad, entered my script, saved as: index.html. The page runs ok. But my question is: How do i save the notepad to be able to do any modifications to the webpage anytime? Because after i save as: the page.html, to save the script i have to save as: the script.txt. And after that if I do any modifications to the script, won't affect the page. So i have to delete the created page, and save the script as another page.html and so on. Is there any simpler way to do this? thanks
 
You're making this way more complicated than it needs to be.

You don't ever need to save an HTML file with a .txt extension. Just save it with the .html extension. It's still just a text file; you can still open it in Notepad and edit it.

Saving it with the .html extension doesn't change the file in any way. It just changes the name.
 
Back
Top