HTML <embed> výška Atribut

❮ HTML tag <embed>

Příklad

Obrázek o výšce a šířce 200 pixelů:

<embed src="pic_trulli.jpg" width="200" height="200">

Definice a použití

Atribut heighturčuje výšku vloženého obsahu v pixelech.

Tip: Pomocí width atributu zadejte šířku vloženého obsahu.


Podpora prohlížeče

Attribute
height Yes Yes Yes Yes Yes

Syntax

<embed height="pixels">

Hodnoty atributů

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

❮ HTML tag <embed>