Write a JavaScript program to create iframe in HTML.
<html> <head> <title>iframe Example</title> </head> <iframe src="frame1.html"> Your browser does not understand iframe </iframe> </html>