<! Write a HTML code to create a frameset with two vertical frames(cols). The first frame is 250px fill the first frame with link.htlm, second frame futher divided ...
「frameset」で3分割されていた 見た目は1ページなのに、実際は3つのHTMLが同時に読み込まれている構造でした。 左:メニュー用HTML 上:ヘッダー用HTML 右または中央:メインコンテンツHTML 親HTMLがこれらを分割表示していたのです。 昔よくあったパターンです。