Attributo di larghezza <embed> HTML

❮ Tag HTML <embed>

Esempio

Un'immagine con un'altezza e una larghezza di 200 pixel:

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

Definizione e utilizzo

L' widthattributo specifica la larghezza del contenuto incorporato, in pixel.

Suggerimento: utilizza l' height attributo per specificare l'altezza del contenuto incorporato.


Supporto del browser

Attribute
width Yes Yes Yes Yes Yes

Sintassi

<embed width="pixels">

Valori di attributo

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

❮ Tag HTML <embed>