<!doctype html>
<html>
<head>
  <title>page with an iframe</title>
</head>
<body>
  <iframe src="form.html"></iframe>
</body>
</html>