How can I arrange my frames in HTML according to the diagram below? What is the process for creating rows within frame-set columns? Is CSS necessary for this task?
<html>
<frameset cols="25%,*">
<frame src="myframe1.htm">
<frame src="myframe2.htm">
<frame src="myframe3.htm">
</frameset>
</html>