HTML img height Attribute

HTML <img> tag : An image with a height of 600 pixels and a width of 500 pixels

Browser Support

Attribute
height Yes Yes Yes Yes Yes

Syntax

<img height="pixels">

Attribute Values

Value Description
pixels The height in pixels (e.g. height="100")

❮ HTML <img> tag