I am not able to see my file on google chrome (html development )

1 Like

it is showing “your file couldn’t be accessed” which means your file might have been moved, edited or deleted.
please do check where your file is saved, if file is not saved then save it by clicking ctrl+s. then copy your file path and paste it on browser.
hope this works :slight_smile:

your file might have been not save properly. Save your file and copy file path and paste on browser than check it. it work.

Save your file with .html extension and go to the folder in which it is saved and open it with chrome or you can paste file path in browser directly.

1 Like

Hi @supernabhya17,

To resolve the issue of not being able to access your “index.html” file and encountering the error message, “Your file couldn’t be accessed. It may have been moved, edited, or deleted,” follow these steps:

  1. Ensure that the “index.html” file is in the correct directory and location. Double-check the file path to make sure it’s where you expect it to be.
  2. Ensure that the file is named exactly “index.html” with no typos or variations in capitalization.
  3. If you’re trying to access the file through a browser, verify that the URL or file path is correct, including spelling, capitalization, and slashes.
  4. If all else fails, try creating a new “index.html” file from scratch and copy the content into it. Save it in the correct location and attempt to open it.
1 Like