HTML & lt; frameset & gt; tag, htmlframeset tag

Source: Internet
Author: User

HTML <frameset> label and htmlframeset label

<Frameset> </frameset>: Framework tag, which can be used to split pages. The body tag is not allowed for pages separated by frameset tags. The frameset tag page can only contain frameset or frame tags;

Attribute: cols -- defines the number and size of columns in the framework set. Rows -- defines the number and size of rows in the framework set.

 

Example:

<Html>
<Title> title </title>

<Frameset id = "f-box" rows = "380, *" frameborder = "0" border = "0" framespacing = "0">

<Frame id = "top_1" src = "/topFrame" name = "topFrame" marginheight = "0" marginwidth = "0" scrolling = "no">
<Frameset id = "maid" cols = "200, *">
<Frame id = "left" src = "/leftFrameDefault" name = "leftFrame" scrolling = "no" marginheight = "0" marginwidth = "0">
<Frame src = "/mainFrameDefault" name = "mainFrame" id = "mainFrame" marginheight = "0" marginwidth = "0">
</Frameset>

</Frameset>

</Html>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.