HTML <オブジェクト>の高さ属性

❮HTML<object>タグ

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

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

定義と使用法

height属性は、オブジェクトの高さをピクセル単位で指定します


ブラウザのサポート

Attribute
height Yes Yes Yes Yes Yes

構文

<object height="pixels">

属性値

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

❮HTML<object>タグ