skip to Main Content

I’m working on an assignment for a class where our teacher has given us a webpage built out with html and css. We are eventually supposed to create some animations with gsap, but first need to make our own edits to the webpage itself. I am using vscode and when I edit any of the html, the changes show up in my index.html, but not in the browser. Any idea why this is?

3

Answers


  1. Make sure you save the file and reload the page in the browser

    Login or Signup to reply.
  2. Try to use live server on VS Code and then whenever you save it will show up on the page.

    -> https://techstacker.com/local-live-server-vscode/

    Login or Signup to reply.
  3. try to right click your browser and check in the sources to make sure it really saved your changes.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search