You are on page 1of 1

<html>

<head>
<title>Example of HTML Frames using row attribute</title>
</head>

<frameset rows = "30%, 40%, *">

<frame name = "main" src ="https://www.researchgate.net/ " />


<frame name = "bottom" src ="file:///D:/test15.html "/>
<frame name = "bottom1" src ="file:///D:/test15.html "/>
<frame name = "bottom1" src ="file:///D:/test15.html "/>
</frameset>

</html>

You might also like