THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <object> width Attribute

HTML object Tag Reference HTML <object> tag

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 Reference HTML <object> tag