Frameset, frame and Div, iframe

Source: Internet
Author: User

The framework is generally applied to the first page of the interface layout work. Cut a Web page into multiple page management. A frame file typically contains only the layout information of the frame and does not contain other content, and all the page effects are displayed on each frameset page. They all belong to the frame file and are independent (sideways) from each other.

<frameset rows= "10%,86%,4%" >

<!--top-->

<frame src= "Top.html#header" scrolling= "no" frameborder= "0" name= "top" >

<!--center-->

<frameset cols= "15%,85%" name= "cen" > <frame src= "lmenu.html" name= "Lmenu" > <frame src= "rmain.html" name = "Rmain" > </frameset>

<!--footer-->

<frame src= "footer.html" scrolling= "no" name= "Footer" >

</frameset>

IFrame is actually an embedded framework, is in a Web page (often has content) nested in the content of another page, the relationship between them is a parent-child relationship.

<div>

<iframe id=centerframe name= "Centerframe" class= "centerframe" frameborder= "0" style= "width:100%;height:100px"; Overflow-x: Hidden; Overflow-y:auto "noresize=" noresize "scrolling=" Auto "src=" center.html ">
</iframe>

</div>

Frameset, frame and Div, iframe

Related Article

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.