An image with a 5 pixels thick border:
![]()
The border attribute is supported in all major browsers.
The <img> border attribute is not supported in HTML5. Use CSS instead.
The border attribute of <img> is deprecated in HTML 4.01.
The border attribute specifies the width of the border around an image.
Note: An image has no border by default (unless the image is inside an <a> element).
The border attribute of <img> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <img style="border:5px solid black">
In our CSS tutorial you can find more details about the border property.
| Value | Description |
|---|---|
| pixels | The width of the border, in pixels |
HTML <img> tag
Your message has been sent to W3Schools.