Элементы <IFRAME>
Атрибуты
|
Значения
|
src |
%URL |
frameborder |
(1\0) |
marginwidth |
%Pixels |
marginheight. |
%Pixels |
scrolling |
(yes\no\auto) |
align |
%IAIign |
height. |
%Length |
width |
%Length |
Требуются открывающий и закрывающий ярлыки.
width = length
Ширина фрейма.
height = length
Высота фрейма.
Прочие атрибуты:
* name, src, frameborder, marginwidth, marginheight, scrolling;
* target;
* align.
Данный элемент позволяет создавать фреймы, вставленные в блоки текста.
<IFRAME src="foo.html" width="400" height="500" scrolling="auto" frameborder="1">
[Your user agent does not support frames or is currently configured
not to display frames. Click to retrieve
<A href="foo.html"> the related document.</A>]
</IFRAME>
Вставленные в текст фреймы не могут изменять размер, поэтому они не имеют атрибута noresize.
Подробнее см. также <frame>.