かんたん作成.com【HTML,CSS,JavaScript,CGI,PHP】 |
|||||||||||||||
|
フレーム(frame, frameset, noframe)
<html>
<head>
<title>フレーム</title>
<frameset rows="150,*" border="5" bordercolor="red">
<frame src="../sample/sample1.html" noresize>
<frameset cols="30%,*">
<frame src="../sample/sample2.html">
<frame src="../sample/sample3.html">
</frameset>
</frameset>
<noframes>
フレームに対応していない場合の代替文書
</noframes>
</head>
</html>
実行する
|
||||||||||||||
当サイトはリンクフリーです。
<a href="http://www.kantansakusei.com/">かんたん作成.com【HTML,CSS,JavaScript,CGI,PHP】</a> |
|||||||||||||||