Horje

What is HTML <object> width Attribute

The HTML <object> width attribute is used to specify the horizontal dimension of the embedded object, defining the width of the displayed content within the webpage.

Definition and Usage

The width attribute specifies the width of the object, in pixels.


Browser Support

Syntax

<object width="pixels">

Attribute Values

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




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin