In html code, is it possible to load an iframe without a src where the content is hardcoded in the html, kinda like this
<iframe> <html> .... (standard html content) </html> </iframe> In html code, is it possible to load an iframe without a src where the content is hardcoded in the html, kinda like this
<iframe> <html> .... (standard html content) </html> </iframe>