A browser document window can only display one web page file, but you can display more than one page in the same browser window by using frames. This article will introduce the HTML frame
1. Frame
A browser document window can only display one web page file, but you can display more than one page in the same browser window by using frames. Pages that use frames mainly include two parts, one is the frame set, and the other is the specific frame file.
Frames are mostly used for the layout of website backends or intranet systems.
1. Frame set (): is a file used to define this HTML document as a frame mode and set how the window is divided. In layman's terms, a frameset is a file that stores the frame structure and is also an entry file for accessing frame files. If a web page consists of two left and right frames, then in addition to the two left and right web page files, there is also a general frame set file. In pages that use frames, the
tag is replaced by the frame tag