[说明]
这是一个生成多窗口网页的题目,此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)<flame src="file2.htm">
(10)<flame src="file3. htm">
(11)-->
(12)</frameset>
(13)</body>
(14)</head>
(15)</html>