Attributo di larghezza <iframe> HTML

❮ Tag HTML <iframe>

Esempio

Un <iframe> con un'altezza e una larghezza specificate di 200 pixel:

<iframe src="/default.asp" width="200" height="200"></iframe>

Definizione e utilizzo

L' widthattributo specifica la larghezza di un iframe, in pixel.

La larghezza predefinita è 300 pixel.


Supporto browser

Attribute
width Yes Yes Yes Yes Yes

Sintassi

<iframe width="pixels">

Valori di attributo

Value Description
pixels The width in pixels (like "100px" or just "100")

❮ Tag HTML <iframe>