最新的Web开发教程
 

HTML <embed> height Attribute

<HTML <embed>标签

一个Flash动画,其高度为200个像素宽度:

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

定义和用法

height属性指定嵌入内容的高度,以像素为单位。

提示:使用width属性指定嵌入内容的宽度。


浏览器支持

属性
height

HTML 4.01和HTML5之间的差异

<embed>标签是HTML5中的新。


句法

<embed height="pixels">

属性值

描述
pixels 嵌入内容的高度,以像素为单位(即height="100"

<HTML <embed>标签