<!doctype html> <html> <head></head> <body> <img src="image.jpg"/> <p>This page has an iframe. Yay for iframes! <p><iframe srcdoc="Initial page" id="test_iframe"></iframe> </body> </html>