<frameset></frameset>Everyone is familiar with it, just divide a page into several pages like a table, as shown in the following figure
A page is divided into three parts horizontally, each with its own scroll bar.
However, before displaying the above picture, I tried many methods, but it was not able to hide the display, which made me very depressed. Later I found out that this tag cannot be placed in the <body> tag.
My code is as follows :Copy the code