<html> <frameset rows="30%,70%"> <frame src="frame_1.html"> <frame src="frame_2.html"> </frameset> </html>
To create two or more horizontal frames, you have to set the <frameset> tag's property rows to contain the frames horizontal size values separated by comma. The size value could be in percents or just digits.
HTML: Html, Frame, Frameset