mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
6 lines
214 B
HTML
6 lines
214 B
HTML
<body>
|
|
<p>This page has an iframe in it
|
|
<p>Cool huh?
|
|
<iframe width=300 height=200 src="iframe-subframe.html" style="border: 1px solid #444"></iframe>
|
|
<p><b>this text is after the iframe</b>
|
|
</body>
|