Содержание
Атрибут marginwidth
Формирует внешний отступ от границы контента до края окна фрейма относительно горизонтальной оси. Этот атрибут морально устарел, на смену ему пришла таблица стилей, где проще всего задавать отступы объектам.
Как правильно задавать?
iframe marginwidth="горизонтальные отступы">альтернативный текстiframe>
Какие значения могут быть записаны в атрибут?
Любое не отрицательное число, заданное пикселями.
В каких тегах применяется?
Пример использования
DOCTYPE HTML> html> head> meta charset="utf-8"> title>Атрибут allowtransparencytitle> head> body> iframe src="reklama.html" width="368" height="160" align="center" marginwidth="20"> Браузер не считывает фрейм! iframe> body> html>
HTML marginwidth attribute
The purpose of the HTML marginwidth attribute is to specify the width of the margins in a frame or iframe.
Supported elements
HTML marginwidth attribute supports iframe and frame elements.
Where ElementName is any supported elements.
Type of value
Default value
There is no default value of HTML marginwidth attribute.
Supported doctypes
Example of HTML marginwidth attribute with frame