border: ***;
Browser |
|
---|
The border property sets the border of an element.
The border of the image can be specified by applying this property to the IMG element.
img {
border: 2px red solid;
}
Property | Value | Explanation |
---|---|---|
border | each value | sets width, color, and style |