Iframe: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:


<html><iframe src="http://piratepad.net/yourpadname
<html><iframe src="http://piratepad.net/yourpadname
" width=50% height=50%>
" width=50% height=700>
</iframe></html>
</iframe></html>

Revision as of 05:05, 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:

That's it.

PiratePad