HTML <iframe>属性

❮HTML<iframe>タグ

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

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

定義と使用法

このwidth属性は、iframeの幅をピクセル単位で指定します。

デフォルトの幅は300ピクセルです。


ブラウザのサポート

Attribute
width Yes Yes Yes Yes Yes

構文

<iframe width="pixels">

属性値

Value Description
pixels The width in pixels (like "100px" or just "100")

❮HTML<iframe>タグ