二重線枠の画像

   


このページのソース
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>スタイルシートの基本</TITLE>
<STYLE type="text/css">
<!--
IMG.green{
border:double 6px #009900;
}
IMG.red{
border:double 6px #FF0000;
}
IMG.blue{
border:double 6px #0000FF;
}
-->
</STYLE>

</HEAD>
<BODY>

<H1 align="center" style="font-size:36pt; color:#FF0000">二重線枠の画像</H1>

<p align=center>
<IMG
class="green" src="http://www47.tok2.com/home/donbey/010429_011.jpg"> 
<IMG
class="red" src="http://www47.tok2.com/home/donbey/010321_012.jpg"> 
<IMG
class="blue" src="http://www47.tok2.com/home/donbey/010402_011.jpg">
<IMG src="http://www47.tok2.com/home/donbey/010429_011.jpg">
</p>
</BODY>
</HTML>