HTML Basics: Codes, Structure, & My First Homepage
HTML Basics: Codes, Structure, & My First Homepage
<html> <html>
<frameset cols="25%,50%,25%“ <frameset rows="25%,50%,25%">
rows=“25%,50%,25%”>
<frame src="frame_a.htm">
<frame name “MainFrame”
<frame src="frame_b.htm">
src="frame_a.htm">
<frame src="frame_c.htm">
<frame src="frame_b.htm">
</frameset>
<frame src="frame_c.htm">
</html>
</frameset>
</html>