Answers for "how iframe works"

17

iframe

<!DOCTYPE html>
<html>

<body>
    <iframe src="https://comercioiturama.blogspot.com/" width="800" height="600"></iframe>
</body>

</html>
Posted by: Guest on May-04-2020
1

iframe srcdoc

<iframe srcdoc="<p>Hello world!</p>"></iframe>
Posted by: Guest on December-09-2020

Browse Popular Code Answers by Language