The HTML tag that divides a Web page into sections (frames). The following HTML divides the screen page into two horizontal frames with the top frame having 25% of the screen and the bottom frame having 75%. See frames.
<frameset rows=25%, 75%"> </frameset>