HTML frames
An iframe is used to display a web page in a web pages.
<iframe src="url"></iframe>
Example
<iframe src="www.http://learncsshtmlonline.blogspot.com/" width="200" height="200"></iframe>iframe withour border
<iframe src="http://learncsshtmlonline.blogspot.com" frameborder="0"></iframe>
No comments:
Post a Comment