HTML <iframe>の高さ属性

❮HTML<iframe>タグ

指定された高さと幅が200ピクセルの<iframe>:

<iframe src="/default.asp" width="200" height="200">
</iframe>

定義と使用法

このheight属性は、の高さを <iframe>ピクセル単位で指定します。

デフォルトの高さは150ピクセルです。


ブラウザのサポート

Attribute
height Yes Yes Yes Yes Yes

構文

<iframe height="pixels">

属性値

Value Description
pixels The height of the inline frame in pixels (e.g. height="100")

❮HTML<iframe>タグ