HTML <object> width Attribute
Example
A flash animation with a height and width of 400 pixels::
  
    <object data="helloworld.swf" width="400" height="400"></object>
  
Try it Yourself »
Definition and Usage
The width attribute specifies the width of the object, in pixels.
Browser Support
| Attribute | |||||
|---|---|---|---|---|---|
| width | Yes | Yes | Yes | Yes | Yes | 
Differences Between HTML 4.01 and HTML5
NONE.
Syntax
 
  <object width="pixels">
 
Attribute Values
| Value | Description | 
|---|---|
| pixels | The width of the object, in pixels (i.e. width="100") | 
❮ HTML <object> tag

