[说明]
这是一个生成多窗口网页的题目,此Web 页的名称为 myhomepage。
[HTML 文本]
(1)<html>
(2)<title>my home page</title>
(3)<head>
(4)<body bgcolor=“#FFFFFF”text=“#000000”>
(5)<! -- thisisaexample>
(6)<frameset rows=“50, 50”>
(7)<frame src=“filel.htm”>
(8)<frameset cols=“50, 50”>
(9)<frame src=“file2.htm”>
(10)<frame src=“file3.htm”>
(11) -->
(12)</frameset>
(13)</body>
(14)</head>
(15)</html>