Iframe: Difference between revisions

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


=Real of the latter:=
=Real of the latter:=
<nowiki><html><iframe src="https://en.wikipedia.org/wiki/Open_Source_Ecology
" width=50% height=50%>
</iframe></html></nowiki>
Does:
<html><iframe src="https://en.wikipedia.org/wiki/Open_Source_Ecology
<html><iframe src="https://en.wikipedia.org/wiki/Open_Source_Ecology
" width=50% height=50%>
" width=50% height=50%>

Revision as of 18:26, 24 May 2018

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:

<html><iframe src="https://en.wikipedia.org/wiki/Open_Source_Ecology " width=50% height=50%> </iframe></html>

Does:

That's it.

PiratePad