Wednesday 18 July 2012

How to create inline frame using html

Example to create inline frame using html


<!DOCTYPE html>
<html>
<body>

<iframe src="http://collegeprojectandtests.blogspot.in/"></iframe>

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


</body>
</html>

Result:



Some browsers don't support iframes.
If they don't, the iframe will not be visible.

0 Responses to “How to create inline frame using html”

Post a Comment