By Using frames you can show more then one html documents in a browser window. Each html document is called frame.You can do this work by using the following codes.
First open your notepad. And write the codes given below.
<html>
<frameset cols="30%,40%,30%">
<frame src="test.html">
<frame src="test_heading.html">
<frame src="test_paragraph.html">
</frameset>
</html>
Save this as test_frameset_vertical.html
And this file placed in that folder where the three files includes given above.
Now open the file in any browser and see the output.
First open your notepad. And write the codes given below.
<html>
<frameset cols="30%,40%,30%">
<frame src="test.html">
<frame src="test_heading.html">
<frame src="test_paragraph.html">
</frameset>
</html>
Save this as test_frameset_vertical.html
And this file placed in that folder where the three files includes given above.
Now open the file in any browser and see the output.