CSS Image Border : image : Images HTML CSS TUTORIALS


HTML CSS TUTORIALS » Images » image »

 

CSS Image Border


 




<html>
<head>
  <title>CSS Image Border</title>
  <style type="text/css">
    body{
        margin-left: .50in; 
        margin-top: .50in;
         color: white
    }

    img{
        border-color: white;
         border-style: inset;
      border-width: thick;
      }
  </style>
</head>

<body>
<img src="http://www.navioo.com/style/logo.png" alt="Java" height="300" width="240" />

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Images
» image