HTML and embed and height properties

HTML embed height property HTML slt;embed and tags

The height property specifies the height of the plug-in embedded in the label, refer to the following example:

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

<embed src="helloworld.swf" width="200" height="200">

Try it out . . .

Browser support

HTML embed height property HTML embed height property HTML embed height property HTML embed height property HTML embed height property

The height property is supported by all major browsers.


Definitions and usages

The height property specifies the height of the embedded content in pixels.


The difference between HTML 4.01 and HTML5

The label is the new label in HTML5.


Grammar

<embed height="pixels">

The property value

value describe
pixels The height of the embedded content is specified in pixel (such as HEIGHT = "100").


HTML embed height property HTML slt;embed and tags