[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetOuterHTMLResponse](./puppeteer.protocol.dom.getouterhtmlresponse.md) > [outerHTML](./puppeteer.protocol.dom.getouterhtmlresponse.outerhtml.md) ## Protocol.DOM.GetOuterHTMLResponse.outerHTML property Outer HTML markup. Signature: ```typescript outerHTML: string; ```