Home | Computer Science
19.Write a programme using <frameset>(body tag will not used in this coding)

<html>
<head><title> first programme</title></head>
<frameset cols="25%,25%,50%">
<frame src="html2.html">
<frame src="html1.html">
<frame src="html2.html">
</frameset>
There can also come rows in the place of cols
</html>
output:-