Iframe

From Open Source Ecology
Revision as of 23:46, 17 February 2013 by Marcin (talk | contribs)
Jump to navigation Jump to search

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>