Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<meta charset="utf-8">
Load a bunch of iframes with subframes.
<p>
<iframe src="file_contains_iframe.html"></iframe>
<iframe src="file_WebNavigation_page1.html"></iframe>
<iframe src="file_with_xorigin_frame.html"></iframe>
<p>
Load an embed frame.
<p>
<embed type="text/html" src="file_sample.html"></embed>
<p>
And an object.
<p>
<object type="text/html" data="file_contains_img.html"></embed>
<p>
Done.