Iframe: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
</iframe>
</iframe>


<iframe src="/default.asp" width=100% height="300">
<iframe src="/default.asp" width=100% height=100%>
</iframe>
</iframe>http://en.wikipedia.org/wiki/Open_Source_Ecology

Revision as of 16:56, 4 February 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=100%> </iframe>http://en.wikipedia.org/wiki/Open_Source_Ecology