An <iframe> with a specified height and width of 200 pixels:
![]()
The height attribute is supported in all major browsers.
The height attribute specifies the height of an <iframe>, in pixels.
In HTML 4.01, the height could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels.
| Value | Description |
|---|---|
| pixels | The height of the inline frame in pixels (e.g. height="100") |
HTML <iframe> tag
Your message has been sent to W3Schools.