2011|08|
2013|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|05|06|07|08|09|10|11|12|
2016|01|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|

2019-06-02 htmlのフレーム分けの例 [長年日記]

<html>
<head>
  <title>フレームテスト</title>
</head>
 
  <frameset cols="60%,*">
 
	<frame src="frame1.html" name="frame1">
	
	<frameset rows="40,30,30">
      <frame src="http://kobore.net/soft/chart_test4/chart2.html" name="frame2">
      <frame src="http://kobore.net/soft/chart_test2/index.html" name="frame3">
      <frame src="http://kobore.net/soft/chart9.html" name="frame4">
	</frameset>
 
  </frameset>
</frameset>
</html>
syntax2html