so I've recently started learning web development and I read and write html according to a tutorial that uses html 4, and just practice it on notepad and test them on my browser.
Now there's a problem that's been bugging, the web page doesn't change at all even if I comment out the code or change a few things in it.
I messed around with the height and width of an image and it didn't change, I tried creating a folder outside the notepad folder and put everything there and nothing changed, I created a completely new file(added in notepad ) and folder and it was the same. I'm still in the middle of the tutorial and this problem has just been bothering me, someone please help
CodePudding user response:
I think you should try clearing browser cache or try using other IDEs like vscode or if you use android then trebedit or Dcoder
CodePudding user response:
Try refreshing your page, or use an IDE like Visual Studio Code and the live Server plugin. This should help you as a beginner because both of these tools are really easy to use. Maybe it isn't changing because you had never saved your file.