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:
<!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.
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to create inline frame using html”
Post a Comment