HTML <embed> 标签的 width 属性
width 属性规定被嵌入内容的宽度。
1. 语法
<embed width="pixels" />
属性值
值 | 描述 |
---|---|
pixels | 规定被嵌入内容的宽度,以像素计(比如 "100px" 或 just "100") |
2. 范例
高度和宽度设置为 200 像素的 flash 动画:
<embed src="helloworld.swf" width="200" height="200" />
3. HTML 4.01 与 HTML 5 之间的差异
<embed> 标签是 HTML5 中的新标签。
Fieldset 对象表示 HTML <fieldset> 元素。1) 访问 Fieldset 对象:您可以通过使用 getElementById() 来访问 <fieldset> 元素。