<html> <head>
<title>あなたのホームページ</title> </head>
<body>
ホームページ作成中。頑張ります!
<BR>
<BR> <form>
<input type="button" value="白" onclick="document.fgColor='#ffffff'">
<input type="button" value="黒" onclick="document.fgColor='#000000'">
<input type="button" value="赤" onclick="document.fgColor='#ff0000'">
<input type="button" value="緑" onclick="document.fgColor='#00ff00'">
<input type="button" value="青" onclick="document.fgColor='#0000ff'">
<input type="button" value="紫" onclick="document.fgColor='#aa00ff'">
</form>
</body>
</html>
|
|
| あなたのホームページ Internet Explorer |
| ファイル(F) 編集(E) 表示(V) お気に入り(A) ツール(T) ヘルプ(H) |
ホームページ作成中。頑張ります!
|
|