HTML <object> height Atribut

❮ HTML tag <object>

Příklad

Vložený obrázek o výšce 300 pixelů a šířce 200 pixelů:

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

Definice a použití

Atribut heighturčuje výšku objektu v pixelech.


Podpora prohlížeče

Attribute
height Yes Yes Yes Yes Yes

Syntax

<object height="pixels">

Hodnoty atributů

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

❮ HTML tag <object>