Multi-window page (Frames)
With the HTML file designed by the Frames structure, you can divide the entire window into several separate small windows, each window can load different files, which is pleased, each window can communicate with each other. Sometimes it is just right, it feels great. This is a very easy-to-use skill, but the learning content is also a lot, let's learn from the basic language!
Frames structure basic format
In the HTML file with the frames structure, the overall structure of the Frames file is:
Each URL value in the frames structure specifies a file (this file must be done in advance), which will load the corresponding window.
Size setting of each window
We split the window into several pieces, transversely divided by ROWS properties, longitudinally divided into a cols property, each piece of size can be implemented by the value of both attributes.
# 的 值 为 一 一 引 括 括 括 括 括 表示 表示 表示 表示 表示 表示 表示 表示 隔 隔 隔 隔 隔 隔 隔 隔 隔 隔 表示 表示 表示 表示 表示 隔 隔 隔 隔 隔 隔 隔 隔 隔 隔 隔 隔Of course, any of these numbers can also be replaced by "*", which means that the size is automatically set by the browser. Such as:
Frame targets
The content of several windows from Frames is not still constant, and the content of a window is often changing with the requirements of another window, which increases the value of Frames. In order to complete the interoperability between the windows, we must start a name for each window, which is defined by attribute Name.
Frame Name For example: Defines the window name, and there should be Target to cooperate. The Target property specifies which window that is displayed in the link. The value of Target can be the tired tip defined by Name, and the rhyme filter is hungry? / P>
Display a new window Displayed in the same window window Display Other properties of the entire browser window FRAME
# = yes, the setting of each window border, yes indicates a border, NO means that there is no border # value of the pixel point sets the upper and lower left and right boundary widths of each window. If not set, automatically determine by the browser. # = yes, no, auto scroll bar setting, yes indicates that NO means no, auto represents automatic setting by the browser, # = default is Auto NORSIZE property to set the invariant Box side
Method: HTML method:
According to my own learning experience, I summed up a few learning methods for your reference:
1. It does not have to be forced to remember if it is not necessary, and it will be skilled in the time when it is used.
2. Just start, you can first choose a few good web pages to imitate, and make your own homepages.
3. See a good web page, you can choose "Source File" in the "Edit" menu of the browser. At this time, we can see some methods and techniques of some people to make the webpage, sometimes through this The way can learn that there is nothing on the book, and some new features can also be first appeared in your web page.