Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<p style="width:100px;height:100px;background:red;box-sizing:border-box">iframe 1</p>
<iframe src="data:text/html,<div style='width:400px;height:200px;background:yellow;box-sizing:border-box'>iframe 2</div>"></iframe>