IFrame example

<html>
<head>
<title>
My Frame Factory
</title>
</head>
<body>
<iframe src=”http://www.w3schools.com” name=”f1″ width=”450px” height=”450px”/></iframe>

<iframe src=”http://www.wikipedia.com” name=”f2″ width=”450px” height=”450px”/></iframe>

<iframe src=”http://www.google.com”  name=”f3″ width=”450px” height=”450px”/></iframe>

<iframe src=”http://www.yahoo.com” name=”f4″ width=”450px” height=”450px”/></iframe>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *

Enable Notifications OK No thanks