</head>
<script language="JavaScript"><!--
document.write("<body bgcolor='#FFFF99' text='#000000'>");
document.write("<h4>write()メソッドによるHTML出力</h4>");
document.write("大阪の<B>Kodayan</B>です!<BR>");
document.write("ただ今、<font size=6 color='red'>Java Script</font>に挑戦中!<br>");
document.write("画像タグも記述できる→<img src='../../images/home/home01a.gif'><br>");
str = "現在の日付は:"+ new Date()+"です。<br>";
str += "このページの背景色は{"+document.bgColor+"}、文字色は{"+document.fgColor+"}";
str += "<hr>以上です。<br>";
str += "<img src='../images/source.gif' width='480' height='24'>";
document.write(str);
// --></script>

end(01/9/24)