Skip to content

Instantly share code, notes, and snippets.

Created August 30, 2011 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1180044 to your computer and use it in GitHub Desktop.
Save anonymous/1180044 to your computer and use it in GitHub Desktop.
<html>
<!-- スクリプトファイルの読み込み -->
<script src="a.js"></script>
<body>
<ul>
<!-- id は、bn 始まりに変えてある -->
<li><a href="test01.html"><img alt="test01" src="images/test01.png" id="bn0"></a></li>
<li><a href="test02.html"><img alt="test02" src="images/test02.png" id="bn1"></a></li>
<li><a href="test03.html"><img alt="test03" src="images/test03.png" id="bn2"></a></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment