一张高宽均为 200 像素的图片:
<embed src="../assets/editors-006.png" width="200" height="200">
width 属性指定嵌入内容的宽度,以像素为单位。
提示: 使用 height 属性指定嵌入内容的高度。
| 属性 Attribute | ![chrome][1] | ![edge][2] | ![firefox][3] | ![safari][4] | ![opera][5] |
|---|---|---|---|---|---|
| width | Yes | Yes | Yes | Yes | Yes |
<embed width="pixels">
| 值 Value | 描述 Description |
|---|---|
| pixels | 嵌入内容的宽度,以像素为单位(即 width="100") |