write a html code using frames with background color
<html>
<head>
<title>Frameset Example 2<title>
</head>
<frameset rows="15%, 25%">
<frameset cols="10%, 10%">
<frame src ="frame_3.html" />
<frame src ="frame_4.html" />
</frameset>
</frameset>
</html>