Iframe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
</iframe> | </iframe> | ||
=Real of the latter: | =Real of the latter:= | ||
<html><iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology | <html><iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology | ||
" width= | " width=50% height=50%> | ||
</iframe></html> | </iframe></html> |
Revision as of 02:32, 13 May 2013
Introduction
Iframe - html tag for embedding outside content.
Example
<iframe src="/default.asp" width="200" height="200"> </iframe>
<iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology " width=100% height=100%> </iframe>
Real of the latter: