Wednesday, 2 November 2011

HTML Frames

Let us see how to create a simple Frame to load any web page inside a HTML page.

Check the code for loading http://my-technoblog.blogspot.com/ in a web page.

<iframe src="http://my-technoblog.blogspot.com/" width="100%" height="500">
  <p>Your browser does not support iframes.</p>
</iframe> 

 The result will look like this


No comments:

Post a Comment