Change Font Size: Previous / Next / Directory List
21.4. HTML iframe tag
Iframe tag - within the framework of representative HTML
- Iframe the label is paired to
<iframe>, </ iframe>end - Attribute
-
Name- definition of the content page name, the name of the framework page of links to the use of -
Src- definition of the contents page URL - Frameborder - definition of the content of the page frame, the value of (1 | 0), the default value of 1
-
1- between the pages in each show borders -
0- do not show borders
-
-
Marginwidth- in the definition of a framework for HTML documents show that the width of the upper and lower boundaries, the value of px, default values decision by the browser -
Marginheight- defined in the framework of the HTML documents show that the boundary around the mine, the value of px, default values decision by the browser - Scrolling - whether there is a definition of a rolling of the value
(yes | no | auto),the default values for theauto-
Yes- of the show rolling -
No- do not show rolling, -
Auto- when necessary to show the scroll
-
-
Align- vertical or horizontal alignment way -
Height- the height of the framework -
Width- the width of the framework
-
- Trackback Address: http://www.nt22.com/xhtml-html/tag_iframe/
Example
<iframeSrc="http://www.nt22.com/xhtml-html/"width="200"height="500" /></ iframe>
