英[freɪm] 美[frem]

n.Frame; border; glasses frame; organization

vt.Frame; design; express; make suitable for (a special purpose)

adj. With a wooden frame, with a frame

Third person singular: frames Plural: frames Present participle: framing Past tense: framed Past participle: framed

html frame tag syntax

Function:Define a specific window (frame) in the frameset.

Note:Each frame in the frameset can set different properties, such as border, scrolling, noresize, etc.

Note:If you wish to validate pages containing frames, make sure the doctype is set to "Frameset DTD". You cannot use the tag with the tag. However, if you need to add a tag for browsers that don't support frames, be sure to place the tag within the <body></body> tag!</p> <h2 id="exa" class="mt20">html frame tag example</h2> <div class="example"> <div class="example_code"> <pre class="brush:html;toolbar:false"><html> <frameset cols="25%,50%,25%"> <frame src="//m.sbmmt.com/example/html/frame_a.html"> <frame src="//m.sbmmt.com/example/html/frame_b.html"> <frame src="//m.sbmmt.com/example/html/frame_c.html"> </frameset> </html></pre> </div> </div> </div> </div> <div class="page_right"> <div id="Catalog_box"></div> </div> </article> </div> </div> </div> <div class="phpFoot"> <div class="phpFootIn"> <div class="phpFootCont"> <div class="phpFootLeft"> <dl> <dt> <a href="//m.sbmmt.com/about/us.html" rel="nofollow" target="_blank" title="About us" class="cBlack">About us</a> <a href="//m.sbmmt.com/about/disclaimer.html" rel="nofollow" target="_blank" title="Disclaimer" class="cBlack">Disclaimer</a> <a href="//m.sbmmt.com/update/article_0_1.html" target="_blank" title="Sitemap" class="cBlack">Sitemap</a> <div class="clear"></div> </dt> <dd class="cont1"> php.cn:Public welfare online PHP training,Help PHP learners grow quickly! </dd> </dl> </div> </div> </div> </div> <input type="hidden" id="verifycode" value="/captcha.html"> <link href="//m.sbmmt.com/static/css/indexguoji.css" rel="stylesheet" type="text/css"> <!-- Google Tag Manager --> <!-- End Google Tag Manager --> <!-- Google tag (gtag.js) --> <div id="codeMark"></div> <div id="codeMain"> <div class="left"> <div id="codeEditor"></div> <div class="editor-btn"> <div class="editor-btn-inner"> <a href="javascript:;" class="code-btn-submit r" id="J_Commit" title="submit">submit</a> </div> </div> </div> <div class="right"> <div id="codeResult"></div> </div> <div id="close"></div> </div> </body> </html>