Tuesday, 21 October 2014

Learn HTML online for beginners part 11 html frame

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