You want to keep a page: a competitor’s pricing before it changes, a terms-of-service version, a dashboard as it stood on a date, a reference design. The question is which format, and the honest answer is that each common one fails in a different way.
The options
- Print to PDF -- universal and permanent, but paginated, often reflowed, and the print stylesheet may hide half the page.
- MHTML (Save As, Single File) -- faithful, but opens only in Chromium browsers and is treated as suspicious by many mail systems.
- Full-page screenshot -- looks exactly right and cannot be searched, copied from, or resized without blurring. Fine as a picture of a page.
- Self-contained HTML -- one file, opens anywhere, text stays text, styles inlined, scripts removed. The closest to "the page, kept".
Getting a self-contained HTML file
Demorta’s recorder bar has Save as HTML: it snapshots the current tab exactly as displayed -- including logged-in state and any filters or dialogs open -- inlines the stylesheets, resolves relative URLs, strips scripts, and downloads a single .html named after the page. Open it in any browser later and it renders as it did. See how Save as HTML works.
Images referenced by URL stay as URLs, so if the site later removes them the file shows gaps. For a page whose images matter more than its text, pair it with a screenshot.
Which format for which job
- Legal or compliance record -- PDF, because everyone accepts it, plus the HTML for fidelity.
- Reference for designers or developers -- HTML, because they can inspect it.
- Something to send to a client -- screenshot, because it needs no explanation.
- Your own archive -- HTML, because it is small, searchable and durable.
Frequently asked questions
- What is the best way to save a web page for offline viewing?
- A self-contained HTML file: styles inlined, scripts removed, one file that opens in any browser and keeps the text as text. Print-to-PDF is the fallback when the recipient needs a universally accepted document.
- Can I save a web page exactly as it looks when I am logged in?
- Yes, with a tool that snapshots the page from inside the tab rather than re-downloading the URL. Demorta’s Save as HTML does this, so the saved file shows what you saw.
- Will a saved HTML page still work if the website goes down?
- Its layout and text will, because styles are inlined. Images referenced by URL will not load if the site removes them, so take a screenshot as well for pages where the images are the point.
This is what Demorta does
Click through it — the same kind of demo you can record of your own product.
Try it on your own product
Record your first interactive demo free.
Five demos on the free plan, forever. No credit card, no trial countdown, no sales call. Install the Chrome extension, click through your product once, and you have a shareable link in about ten minutes.
Start free →