When coding HTML, browser doesn't always detect changes

前端 未结 6 868
自闭症患者
自闭症患者 2021-01-21 11:11

When I\'m coding HTML and CSS and load the page in the browser to check changes, sometimes it doesn\'t update for a while. This obviously causes problems with incremental change

6条回答
  •  半阙折子戏
    2021-01-21 11:43

    You could try deleting your browser cache and reloading the page. In case of CSS I also found sometimes I will need to load the CSS file separately in my browser and refresh it to update.

提交回复
热议问题