Answers for "how to create an iframe with your own html file"

0

put html in iframe

<iframe srcdoc="<html><body>Hello, <b>world</b>.</body></html>"></iframe>
Posted by: Guest on December-18-2020

Code answers related to "how to create an iframe with your own html file"

Browse Popular Code Answers by Language