Home > Article > Web Front-end > HTML frame tags frameset, frame, iframe, noframes
Generally, only one web page file can be displayed in a browser document window. However, using the frame tag, a browser document window can be divided into multiple sub-windows, and an independent web page file can be displayed in each sub-window.
Frame is translated from English Frame, which represents a sub-window in the browser document window. Each frame can display an HTML file, and multiple frames form a frameset (Frameset). The usual way to use a frameset is to place a web page in a frame. This web page contains hyperlink entries that can link to multiple other web pages. After the visitor clicks on these hyperlink entries, the web page file pointed to by the hyperlink can be displayed in the in another specified frame. Frames can be used if more than one web page is required to be displayed in a single application window.
1. Frameset tag
A window area divided into several frames is called a frameset, and the frame window must be defined in In a frameset, the
tags are used to define how many frames there are in the frameset and how each frame is arranged.