0

My situation is that I have a html file I saved that has 100+ images that I want to export all at once.. Please excuse me if that is a dumb question, I am not a computer geek in any way..

Hosa
  • 105

1 Answers1

0

When you save a web page in browsers like Chrome, Firefox, etc..., it will make a new folder with the same name as your html file with the suffix _files. So if your html file is named my_page.html, then the folder will be named my_page_files. That folder will contain all of the data from the page, such as images, sounds, css files, etc... .