2

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>
omega
  • 40,311
  • 81
  • 251
  • 474
  • 1
    You can find the answer to your question here: https://stackoverflow.com/questions/4199458/specifying-content-of-an-iframe-instead-of-the-src-to-a-page – Really Nice Code Jul 05 '17 at 22:51
  • Possible duplicate of [Specifying content of an iframe instead of the src to a page](https://stackoverflow.com/questions/4199458/specifying-content-of-an-iframe-instead-of-the-src-to-a-page) – rink.attendant.6 Feb 02 '18 at 01:19

0 Answers0