HTML <embed> wysokość Atrybut

❮ Tag HTML <embed>

Przykład

Obraz o wysokości i szerokości 200 pikseli:

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

Definicja i użycie

heightAtrybut określa wysokość osadzonej treści w pikselach .

Wskazówka: użyj width atrybutu, aby określić szerokość osadzonej treści.


Obsługa przeglądarki

Attribute
height Yes Yes Yes Yes Yes

Składnia

<embed height="pixels">

Wartości atrybutów

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

❮ Tag HTML <embed>