HTML tutorial-Multi-Window page (Frames)

Source: Internet
Author: User
Tags window
Tutorials | Pages use the HTML file of the frames structure to divide the entire window into separate small windows, each of which can load separate files, and happily, each window can be communicated to each other. Sometimes it's just right, and it feels great.
This is a very useful skill, however, learning content is also many, we together from the basic grammar up!

Basic format of frames structure

<frameset>
<frame src= "url" >
<frame src= "url" >
...
</frameset>

In an HTML file with a frames structure, the overall structure of the frames file is:

<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>

<FRAMESET>
<frame src= "url" >
<frame src= "url" >
......
</FRAMESET>
</HTML>

Each URL value in the framees structure specifies a file (the file must be done beforehand), and the file is loaded into the appropriate window.



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.