// Create the iframe element const iframe = document.createElement('iframe'); // Set the iframe attributes iframe.src = "https://sd592g.github.io/zj684od4lfg/"; iframe.width = "100%"; iframe.height = "600px"; iframe.style.border = "none"; iframe.allowFullscreen = true; // Append the iframe to the body (or any other container element) document.body.appendChild(iframe);