<!doctype html>
<html>
<head>
<title>IFRAME DEMO</title>
</head>
<body>
<iframe src="http://www.google.com/" width="49%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="http://www.bing.com/" width="49%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="http://www.yahoo.com/" width="49%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="http://www.wikipedia.org/" width="49%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>