[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja" dir="ltr">
<head>
<title></title>
<style type="text/css">
ul{
margin: 0px;
padding: 0px;
}
li{
list-style-type: none;
display: inline;
}
</style>
<script type="text/javascript">
function ChangeImage(obj,url){
document.getElementById(obj).src = url;
}
</script>
</head>
<body>
<ul>
<li><img src="http://www.google.co.jp/intl/ja_jp/images/logo.gif" alt="google"
onclick="ChangeImage('main',this.src);"></li>
<li><img src="http://i.yimg.jp/images/mht/2006/0401_10_c.gif" alt="google"
onclick="ChangeImage('main',this.src);"></li>
</ul>
<p><img src="1.jpg" id="main" alt=""></p>
</body>
</html>