指定高度和宽度为 200
像素的 <iframe>:
<iframe src="iframe.html" width="200" height="200"> </iframe>
width
属性指定 iframe 的宽度,以像素为单位。
默认宽度为 300 像素。
属性 Attribute | |||||
---|---|---|---|---|---|
width | Yes | Yes | Yes | Yes | Yes |
<iframe width="pixels">
值 Value | 描述 Description |
---|---|
pixels | 以像素为单位的宽度(如“100px”或只是“100”) |