THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <embed> height 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 height attribute specifies the height of the embedded content, in pixels.

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


Browser Support

Attribute
height Yes Yes Yes Yes Yes

Differences Between HTML 4.01 and HTML5

The <embed> tag is new in HTML5.


Syntax

<embed height="pixels">

Attribute Values

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

HTML embed Tag Reference HTML <embed> tag