Iframe: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Introduction= Iframe - html tag for embedding outside content. =Example= <iframe src="/default.asp" width="200" height="200"> </iframe>") |
No edit summary |
||
Line 6: | Line 6: | ||
<iframe src="/default.asp" width="200" height="200"> | <iframe src="/default.asp" width="200" height="200"> | ||
</iframe> | |||
<iframe src="/default.asp" width=100% height="300"> | |||
</iframe> | </iframe> |
Revision as of 22:38, 5 January 2013
Introduction
Iframe - html tag for embedding outside content.
Example
<iframe src="/default.asp" width="200" height="200"> </iframe>
<iframe src="/default.asp" width=100% height="300"> </iframe>