THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <embed> width Attribute

HTML embed Tag Reference HTML <embed> tag

Example

A flash animation with a height and width of 200 pixels:

<embed src="helloworld.swf" width="200" height="200">
Try it yourself »

Definition and Usage

The width attribute specifies the width of the embedded content, in pixels.

Tip: Use the height attribute to specify the height of the embedded content.


Browser Support

Attribute
width Yes Yes Yes Yes Yes

Differences Between HTML 4.01 and HTML5

The <embed> tag is new in HTML5.


Syntax

<embed width="pixels">

Attribute Values

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

HTML embed Tag Reference HTML <embed> tag