My problem is:
I have an html file and an external css file, which I have linked to the html file. Everything worked and I was able to make changes in my css file and it was displayed on the website. But suddenly no more changes were shown. I thought I had a mistake in my syntax and commented it out. But then suddenly no changes got displayed. So I commented out code that was already working and the website didnt responded. I then commented everything out in the css file but nothing happened, the website continued to display my css styles. I checked my code with a right click and looked at the css file in the browser and it still showed the old css file. I reloaded the page and my new css file where shown, where everything was commented out but the browser is still not responding. I restarted the xampp server and the browser (google chrome) several times and still nothing happened. After restarting several times more, my changes became visible. It wasn't the first time that happened and I wanted to know if anyone knew what could be the reason.