Unit 2: Creating Static Web Pages
Notes
Figure 2.7
Example:
< html>
<frameset cols="25%,*,25%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
<frame src="frame_c.htm" />
</frameset>
</html>
Result:
Frame A Frame B Frame C
LOVELY PROFESSIONAL UNIVERSITY 65