HTML | <object> width Attribute
The HTML <object> width attribute is used to specify the width of the object tag in terms of pixels.
Syntax:
<object width="pixels">
Attribute Values:
- pixels: It holds the width of the object in terms of pixels.
Below example illustrates the <object> width attribute in HTML:
Example:
<!DOCTYPE html> < html > < head > < title > HTML object width Attribute </ title > </ head > < body style = "text-align:center;" > < h2 >HTML object width Attribute</ h2 > < object id = "myobject" width = "400" height = "200" data = </ object > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browser supported by HTML <object> width attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Safari
- Opera