framest.html-
<html>
<head>
<frameset rows="50%,50%">
<frame src="first.html">
<frameset cols="50%,50%">
<frame src="p1.html" scrolling="yes">
<frame src="p2.html">
</frameset>
</frameset>
</head>
</html>
info.html-
<html>
<head>
<body>
<h15>LENOVO </h15>
<p>price is 30000
</p>
</body>
</html>
info1.html-
<html>
<head>
</head>
<body>
<h20>Samsung </h20>
<p>Price is 50000 </h15>
</body>
</html>
p1.html-
<html>
<head>
</head>
<body>
<p> <u>This website is degin for shopping purpose </u> </p>
</body>
</html>
p2.html-
<html>
<head>
</head>
<body>
<a href="page1.html" target="abc"> <img src="print.gif" height=200> </a>
<a href="first.html" target="abc"> <img src="print.gif" height=50> </a>
</body>
</html>
page1.html-
<html>
<head>
<frameset cols="50%,50%">
<frame name="abc" src="page2.html">
<frame name="abb" src="page3.html">
</frameset>
</head>
</html>
page2.html-
<html>
<head>
</head>
<body>
<h5>Category list
<ul type="disk">
<li> < href="info.html" target="abb">Lenovo </li>
<li> <a href="info1.html" target="abb">Samsung </li>
</ul>
</body>
</html>
page3.html-
<html>
<body background="Sunset.jpg">
<h2 align=center>Information </h2>
</body>
</html>
first.html-
<html>
<body background="AA.jpg">
<img src="web.gif">
<h2 align=center>WWW.Shopping.com </h2>
</body>
</html>
img folder-aa.jpg