Framset use of HTML

Source: Internet
Author: User

The frameset is primarily used to display multiple pages with the following requirements:

Look at the code:

<HTML>  <Head>       <title>HTML FRAMESET Test</title>  </Head>  <Framesetrows= "20%,*">      <Framesrc= "top.html"/>      <Framesetcols= "30%,*">         <Framesrc= "a.html"/>         <Framename= "Testframe"src= "b.html"/>      </Frameset>        </Frameset></HTML>
View Code

There are several properties to be reminded of:

1. Key, if you want to change the contents of another frame by hyperlink in a frame, you should

<a href= "target file path" target= "target frame name"></a>

2. For branches, disaggregated, full utilization of resources

<frameset row= "20%,*"></frameset> the rest is a wildcard * means yes.

3. If you do not want the frame to be dragged, you can use the Noresize property

<frameset row= "20%,*" >

<frame row= "20%,*" noresize></frameset>

</frameset>

4. If you do not want the scroll bar, set the scrolling property

<frameset row= "20%,*" >

<frame row= "20%,*" scrolling= "0"></frameset>

</frameset>

More information: http://www.w3school.com.cn/tags/tag_frameset.asp

Framset use of 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.