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