|
<html> <head> <title>フレームの元締め</title> </head> <frameset rows="20%,80%"> <frame src="page1.html" name="page1"> <frame src="page2.html" name="page2"> </frameset> </html> |
|
<html> <head> <title>フレームの元締め</title> </head> <frameset cols="20%,80%"> <frame src="page1.html" name="page1"> <frame src="page2.html" name="page2"> </frameset> </html> |