homepage1.html-
<html>
<head>
<frameset rows="20%,80%">
<frame src="s1.html">
<frameset cols="50%,50%">
<frame src="s2.html">
<frame src="s3.html">
</frameset>
</frameset>
</head>
</html>
homepage2.html-
<html>
<body>
<h1 style="color:red">Profile page</h1>
<p style ="text_align:right"><a href=s3.html target=home>home</a>
<img src="winter.jpg" alt="PHOTO" height="40" width="40"><p> Ivan Bavros</p></img>
<textarea rows="5" cols="15">
comment/message
</textarea>
<p style="text_align:right">post<</p>
<form action=" ">
<input value="timeline">
<input value="about">
<input value="friends">
</form>
</body>
</html>
homepage3.html
<html>
<head>
<frameset rows="35%,30%,35%">
<frame src="a1.html">
<frame src="a2.html">
<frame src="a3.html">
</frameset>
</head>
</html>
s1.html--
<html>
<body bgcolor="pink">
<h1 style="text-align:center;
color:blue">WELCOME TO FACEBOOK
<p style="text-align:right">LOGOUT
</body>
</html>
s2.html--
<html>
<body background="flower.png" height=100% width=100>
<a href="s3.html" target=homepage1>HOME</a>
<a href=homepage2.html target=info><font color=blue>Profile</font>
<a href=homepage3.html target=info><font color=blue>find friend request</font>
</body>
</html>
s3.html--
<html>
<body bgcolor="red">
<h1> Shivani Walekar shared this link
<img src="sunset.jpg" height=30% width=50%></img>
<form action=" ">
<input type="button" value="like">
<input type="button" value="share">
<input type="button" value="comment">
</form>
</body>
</html>
a1.html--
<html>
<body bgcolor="red">
<h1>Mayuri Kadu</h1>
<img src="sunset.jpg" height=30% width=30%></img>
<form action=" ">
<input type="button" value="confirm">
<input type="button" value="delete">
</form>
</body>
</html>
a2.html--
<html>
<body bgcolor="red">
<h1>Adhika Kalekar
<img src="winter.jpg" height=30% width=30%></img>
<form action=" ">
<input type="button" value="confirm">
<input type="button" value="delete">
</form>
</body>
</html>
a3.html--
<html>
<body bgcolor="red">
<h1>Shivani Kharade
<img src="sunset.jpg" height=30% width=30%></img>
<form action=" ">
<input type="button" value="confirm">
<input type="button" value="delete">
</form>
</body>
</html>
/