Search w3schools.com:

SHARE THIS PAGE

HTML <img> border Attribute

HTML img Tag Reference HTML <img> tag

Example

An image with a 5 pixels thick border:

<img src="smiley.gif" alt="Smiley face" border="5">

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The border attribute is supported in all major browsers.


Definition and Usage

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).


Compatibility Notes

The border attribute of <img> is deprecated in HTML 4.01. Use CSS instead.

CSS syntax: <img style="border:5px solid black">

CSS Example: image border

In our CSS tutorial you can find more details about the border property.


Syntax

<img border="pixels">

Attribute Values

Value Description
pixels The width of the border, in pixels


HTML img Tag Reference HTML <img> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]