border images code example
Example: border image html
<head><style>
img {
border: 5px solid #555;
}
</style></head>
<img src="img_snow.jpg" alt="Snow" style="width:150px">
<head><style>
img {
border: 5px solid #555;
}
</style></head>
<img src="img_snow.jpg" alt="Snow" style="width:150px">