Safe text viewing
Source stays in a textarea rather than a preview DOM, so page scripts are not run by viewing it.
View formatted HTML source code from a URL for learning, debugging, and page structure analysis.
Load page source from a URL or paste HTML directly. The source stays in a textarea and is not executed while viewed. The tool counts title length, elements, links, and images, and can normalize, copy, or download the source. External URL loading is subject to same-origin and CORS headers.
Source stays in a textarea rather than a preview DOM, so page scripts are not run by viewing it.
See title length, DOM element, link, and image counts to understand page size quickly.
Browser DOM parsing can produce normalized HTML for further inspection or saving as a standalone file.
Browser scripts need CORS permission from another domain to read its response. The URL may also be missing, protected, unavailable, or rejecting the request. Paste copied source manually when needed.
It does not guarantee original whitespace, attribute order, or comment formatting. Browser DOM serialization is useful for structure inspection, not as a replacement for version-controlled source.
You may also need these file utilities
Extract links, image URLs, headings, tables, or selected tag content from HTML code.
Check internal links, external links, image URLs, and common broken-link issues on a webpage.
Check webpage title, description, canonical, robots, Open Graph, and other metadata.