UK [f'reɪmi:set] US [f'reɪmi:set]

Frame bracket

html frameset tag syntax

Function:Define a frameset.

Description:It is used to organize multiple windows (frames). Each framework has separate documentation. In its simplest application, the frameset element simply specifies how many columns or rows exist in the frameset. You must use cols or rows attributes.

Note:If you wish to validate a page that contains frames, make sure the DTD 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 frameset 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>