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