HTML <object> breedte Attribuut

❮ HTML <object>-tag

Voorbeeld

Een ingesloten afbeelding met een hoogte van 300 pixels en een breedte van 200 pixels:

<object data="pic_trulli.jpg" width="200" height="300"></object>

Definitie en gebruik

Het widthattribuut specificeert de breedte van het object, in pixels.


Browserondersteuning

Attribute
width Yes Yes Yes Yes Yes

Syntaxis

<object width="pixels">

Attribuutwaarden

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

❮ HTML <object>-tag