heading.html-
<html>
<head>
<title>heading thse progarm</title>
<body>
<center><h1>HOME SHOPPING</h1>
</body>
</html>
homedecore.html-
<html>
<head>
<title>kitchan and dining </title>
<link rel="stylesheet"type="text/css"href="m.css">
<body>
<h1>home and kitchan appilience
<h3>home decor
<ul>
<li>sopha set</li>
<li>shocase</li>
<li>wallprint</li>
</ul>
</body>
</html>
homeimpro.html-
<html>
<head>
<title>kitchan and dining </title>
<link rel="stylesheet"type="text/css"href="m.css">
<body>
<h1>home and kitchan appilience </h1>
<h3>home improvement</h3>
<ul>
<li>desziner wall</li>
<li>dinner set</li>
<li>dining table</li>
</ul>
</body>
</html>
img.html-
<html>
<head>
<title>img program</title>
<body>
<img src="C:\Users\Public\Pictures\Sample Pictures\Koala.jpg" width="200" height="500">
</body>
</html>
kitchen.html-
<html>
<head>
<title>kitchan and dining </title>
<link rel="stylesheet"type="text/css"href="m.css">
</head>
<body>
<h1>home and kitchan appilience</h1>
<h3>kitchan and dining</h3>
<ul>v
<li>cookware</li>
<li>kitchan ware</li>
<li>bakeware</li>
</ul>
</body>
</html>
m.css-
h3
{
font-style:bold
color:orange;
}
h1
{
font-style:italic;
}
index.html-
<html>
<head>
<title>index of all program</title>
</head>
<ol type="1">
<li><a href="kitcnan.html"target="f3">kitchan dining</a></li>
<li><<a href="furnishings.html"target="f3">furnishing</a></li>
<li><a href="homedecor.html"target="f3">home decore</a></li>
<li><a href="homeimprovement.html"target="f3">home improvement</a></li>
</ol>
</body>
</html>
frameset.html-
<html>
<frameset rows="20,50">
<frame name="header"src="D:\a html program\slip 1\D:\a html program\slip 1.html">
<frameset cols="20,80">
<frame name="img"src="D:\a html program\slip 1\img.html">
<frame name ="index"src="D:\a html program\slip 1\index.html">
<frame name ="intro"src="D:\a html program\slip 1\intro.html">
</frameset>
</frameset>
</html>