Answers for "iframe print html"

1

html iframe full page

<iframe src="mypage.html" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe>
Posted by: Guest on July-06-2021
1

iframe with html string

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

Browse Popular Code Answers by Language