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.
The width
attribute specifies the width of the object, in pixels.
<object width="pixels">
Value | Description |
---|---|
pixels | The width of the object, in pixels (i.e. width="100") |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |