Webpage to Demonstrate the Frames

<html>
<head>
<title> Frame </title>
</head>
<frameset cols="25%,75%">
<frame src="http://www.mashable.com">
<frame src="http://www.ahmetcenet.com">
</frameset>
</html>