ページの半分(左側)-ハイパーリンクのリスト(Lab2.6-Giper.html
)でhtmlドキュメントを作成する必要があります。右側には2つのフレーム(上下)があります。上のフレームではリストのページを表示し、下のフレームではいくつかのpage(Lab2.7-Giper_ris.html
)を含むiframeを表示する必要があります。しかし、iframeは表示されませんでした。どうしたの?
<html>
<head>
<meta charset="utf-8">
</head>
<frameset cols="50%,*">
<frameset>
<frame name="left" src="Lab2.6-Giper.html" target="frame_left_up">
</frameset>
<frameset rows="50%,*">
<frame name="frame_right_up">
<frameset>
<iframe name="frame_right_down" src="Lab2.7-Giper_ris.html">Frame</iframe>
</frameset>
</frameset>
</frameset>
</html>