Latest web development tutorials

HTML embed height property

HTML embed tag Reference Manual HTML <embed> tag

Examples

A height and width of 200 pixels flash animation:

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

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support height attributes.


Definition and Usage

height attribute specifies the height of the content to be embedded in pixels.


Differences between HTML 4.01 and HTML5

<Embed> tag is new in HTML5 tags.


grammar

<embed height="pixels">

Property Value

描述
pixels 规定被嵌入内容的高度,以像素计(比如 height="100")。


HTML embed tag Reference Manual HTML <embed> tag