例
<iframe> 50ピクセルの上部と下部の余白を持ちます:
<iframe src="demo_iframe.htm" marginheight="50">
</iframe>
»それを自分で試してみてください 定義と使用法
<iframe> marginheight属性はHTML5でサポートされていません。 代わりにCSSを使用してください。
marginheight属性は、コンテンツの上下の余白を指定し<iframe> 、ピクセル単位を。
ブラウザのサポート
属性 | |||||
---|---|---|---|---|---|
marginheight | はい | はい | はい | はい | はい |
marginheight属性は非推奨ですが、まだすべての主要なブラウザでサポートされています。
構文
<iframe marginheight="pixels">
属性値
値 | 説明 |
---|---|
pixels | 内容の上下の余白を指定し<iframe> |