最新のWeb開発のチュートリアル
 

HTML <iframe> marginwidth Attribute

<HTML <iframe>タグ

<iframe> 50ピクセルの左と右余白と:

<iframe src="demo_iframe.htm" marginwidth="50">
</iframe>
»それを自分で試してみてください

定義と使用法

<iframe> marginwidth属性はHTML5でサポートされていません。 代わりにCSSを使用してください。

marginwidth属性は、コンテンツの左右の余白を指定し<iframe> 、ピクセル単位を。


ブラウザのサポート

属性
marginwidth はい はい はい はい はい

marginwidth属性は非推奨ですが、まだすべての主要なブラウザでサポートされています。


構文

<iframe marginwidth="pixels">

属性値

説明
pixels コンテンツの左右の余白を指定し<iframe>

<HTML <iframe>タグ