1 2 3 4 5 6 7 8 9
<html> <head> <title>frame</title> </head> <frameset cols="20%, 80%"> <frame id="test-frame" src="iframe.html"> <frame src="iframe.html"> </frameset> </html>