Parse HTML into a collapsible DOM tree — see every element, its attributes, and a tag-count summary. Uses the browser’s inert parser, so nothing executes.
Parsed with the browser’s DOMParser — the document is inert, so no scripts run.