<frameset> 標簽在 HTML 4 中用于定義框架集。
<frameset>
使用 <iframe> 標簽 在當前 HTML 文檔中嵌入另一個文檔:
<iframe src="https://www.codew3c.com"></iframe>
親自試一試