Tutorials References Menu

HTML <embed> height Attribute

❮ HTML <embed> tag

Example

A picture with a height and width of 200 pixels:

<embed src="pic_trulli.jpg" 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

Syntax

<embed height="pixels">

Attribute Values

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

❮ HTML <embed> tag