Iframe

From Open Source Ecology
Revision as of 21:08, 26 December 2012 by Marcin (talk | contribs) (Created page with "=Introduction= Iframe - html tag for embedding outside content. =Example= <iframe src="/default.asp" width="200" height="200"> </iframe>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Iframe - html tag for embedding outside content.

Example

<iframe src="/default.asp" width="200" height="200"> </iframe>