Save a Web Page as One HTML File

The page as you see it, as one file that opens anywhere. Not a folder of fragments, not MHTML.

Free, no watermark, nothing uploaded. Needs a free Demorta account.

Chrome’s Save As gives you an HTML file plus a folder of assets that must travel together, or an MHTML file only Chromium browsers open. What most people want is one .html file that looks like the page did and opens on anything.

The Demorta recorder bar has a Save as HTML button that does exactly that: it snapshots the current tab as displayed, inlines the stylesheets, resolves the asset URLs, strips the scripts, and downloads one file.

STEP 1
Install the extension

From the Chrome Web Store, then sign in to Demorta once.

STEP 2
Get the page how you want it

Log in, apply filters, open the dialog. The snapshot is of the page as it is on screen, not a fresh download of the URL.

STEP 3
Press Save as HTML

In the recorder bar. A single .html file named after the page lands in your Downloads folder.

STEP 4
Open it anywhere

Any browser, any machine, later. Text stays text, styles are inlined, and nothing in it runs.

This page contains one

Recorded in a few minutes with the tool this page is about — click through it.

What the file contains

  • The rendered DOM -- what was on screen, including logged-in state and anything opened or expanded.
  • Inlined styles -- so the layout survives without the site’s stylesheets.
  • Absolute asset URLs -- images still point at the site, so they load while the site has them.
  • No scripts -- the file is inert. It cannot phone home, load something different, or break at load time.

What it is for

Keeping a dashboard state for a bug report. A pricing page before it changes. A form as a customer saw it. A reference for a designer or developer who wants to inspect the markup rather than a picture of it. A page you want to read later without depending on the site still being there.

Limits

Content drawn on canvas, loaded only when scrolled, or served from image URLs that expire will not survive in the file; take a screenshot as well for those. The snapshot is what this extension uses for its HTML-mode demo recording, so it is exercised on a wide range of real sites, but no snapshot of a modern web app is perfect.

Questions

How is this different from Ctrl+S in Chrome?

Chrome saves either an HTML file plus a folder of assets, or an MHTML bundle only Chromium browsers open. This produces one .html file with styles inlined and scripts removed, which opens in any browser and can be emailed on its own.

Does it save the page as I see it when logged in?

Yes. It snapshots the tab as displayed rather than re-fetching the URL, so logged-in state, filters and open dialogs are all in the file.

Will the saved page work offline?

The layout and text will. Images are referenced by URL and load only while the site still serves them; for image-heavy pages, take a screenshot too.

Is it free?

Yes, with a free Demorta account. There is no watermark, no upload and no limit.

Read more

Free, no watermark, nothing uploaded. Needs a free Demorta account.
Start free