Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<!--
-->
<body>
<iframe id="iframe" srcdoc="Hello World"></iframe>
<iframe id="iframe1" src="about:mozilla"
srcdoc="Goodbye World"></iframe>
<iframe id="iframe2" srcdoc="Peeking test" sandbox=""></iframe>
<iframe id="iframe3" src="file_srcdoc_iframe3.html"
srcdoc="Going"></iframe>
</body>
</html>