HTML <オブジェクト>属性

❮HTML<object>タグ

高さ300ピクセル、幅200ピクセルの埋め込み画像:

<object data="pic_trulli.jpg" width="200" height="300"></object>

定義と使用法

このwidth属性は、オブジェクトの幅をピクセル単位で指定します。


ブラウザのサポート

Attribute
width Yes Yes Yes Yes Yes

構文

<object width="pixels">

属性値

Value Description
pixels The width of the object, in pixels (i.e. width="100")

❮HTML<object>タグ