I want to add an iframe to the page. This iframe should refer to a URL. I added the below code to page HTML, but it doesn\'t work:
iframe
docu
You need to append the node to the DOM using document.appendChild
document.appendChild
You also need to escape your inner single-quotes or use double-quotes instead.