HTML <embed> szerokość 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

widthAtrybut określa szerokość osadzonej treści w pikselach .

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


Obsługa przeglądarki

Attribute
width Yes Yes Yes Yes Yes

Składnia

<embed width="pixels">

Wartości atrybutów

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

❮ Tag HTML <embed>