Search Google

Monday 23 June 2014

How to use iframe to add website within a website

<!DOCTYPE html>
<html>
<body>

<iframe src="http://thenewcreator.blogspot.in/" width="800" height="600"></iframe>

<p>Some older browsers don't support iframes.</p>
<p>If they don't, the iframe will not be visible.</p>


</body>
</html>
--------------------------------------------------------------------

No comments:

Post a Comment