Iframe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
</iframe> | </iframe> | ||
<iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology | <nowiki><html><iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology | ||
" width=100% height=100%> | " width=100% height=100%> | ||
</iframe> | </iframe></html></nowiki> | ||
=Real of the latter:= | =Real of the latter:= |
Revision as of 21:53, 13 February 2019
Introduction
Iframe - html tag for embedding outside content.
Example
<iframe src="/default.asp" width="200" height="200"> </iframe>
<html><iframe src="http://en.wikipedia.org/wiki/Open_Source_Ecology " width=100% height=100%> </iframe></html>
Real of the latter:
<html><iframe src="https://en.wikipedia.org/wiki/Open_Source_Ecology " width=50% height=50%> </iframe></html>
Does:
That's it.
PiratePad