[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetDocumentContentRequest](./puppeteer.protocol.page.setdocumentcontentrequest.md) > [html](./puppeteer.protocol.page.setdocumentcontentrequest.html.md) ## Protocol.Page.SetDocumentContentRequest.html property HTML content to set. Signature: ```typescript html: string; ```