HTML Source
Preview
Preview HTML online in a sandboxed viewer
Paste raw HTML and see it rendered instantly inside a sandboxed iframe, with a light/dark toggle. Ideal for checking email templates, CMS fragments, and snippets without creating a file or risking script execution in your page.
Frequently Asked Questions
- Is it safe to preview untrusted HTML here?
- The preview renders inside a sandboxed iframe, which restricts what embedded content can do. Still, treat unknown HTML with the same caution you would anywhere.
- Why does my email template look different in real clients?
- Email clients (especially Outlook) use rendering engines far more limited than a browser. A browser preview catches structural errors, but always send test emails for final verification.
- Does the preview execute JavaScript?
- Scripts are constrained by the iframe sandbox. The tool is designed for checking markup and styling rather than running interactive applications.
- Can I preview a full page with external CSS?
- Inline styles and embedded <style> blocks render directly. External stylesheets load only if their URLs are absolute and reachable from your browser.