Saving complete HTML page including all dependencies (CSS, JavaScript)
Last revision: Sep 20, 2012
1. Chrome
- Select menu item Wrench Icon -> Save page as...
- In the Save as dialog, select File type: "Webpage, Complete"
Chrome will create one file an one directory:
- WebPageName.htm (the web page itself)
- WebPageName_files (directory containing all the dependencies)
2. Firefox
- Select menu item File -> Save page as...
- In the Save as dialog, select File type: "Web Page, complete"
Firefox will create one file an one directory:
- WebPageName.htm (the web page itself)
- WebPageName_files (directory containing all the dependencies)
3. Internet Explorer
- Select menu item Page -> Save as...
- In the Save as dialog, select Save as type: "Web Page, complete (*.htm; *.html)"
- Do not select Save as type: "Web Archive, single file (*.mht)".
Internet Explorer will create one file an one directory:
- WebPageName.htm (the web page itself)
- WebPageName_files (directory containing all the dependencies)
Related