VirtualMV/HTML/Basic/Layout/iFrames

From WikiEducator
Jump to: navigation, search



Overview

An iFrame (or inline frame) allows you to insert an external document into the current html page. It is used extensively for adding connected media (such as a YouTube video) onto your page.


VmvIcon Objective.png

iFrames

By the end of this page you will be able to:

  1. understand iFrames

The following example inserts an html file into your html page.

<iframe src="http://www.tweet2eat.co.nz/p/free-wifi-places.html"
 width="100%" height="250px" scrolling="no" frameborder="0">
</iframe>

The following example inserts a YouTube video into your web page

<iframe width="420" height="315" src="//www.youtube.com/embed/Ww7H0jBmZHc" frameborder="0" allowfullscreen></iframe>)

A simulated iFrame is as follows (WikiEducator does not allow iFrames!)

2014vmvBlogSample.png

Web Quest

VmvIcon References.png References

  1. SamiSite(n.d.)iFrame Tutorial - IFrames described in detail! Retrieved March 1, 2010 from http://www.samisite.com/test-csb2nf/id43.htm
  2. Refsnes (2010) HTML <iframe> Tag. w3schools. Retrieved March 1, 2010 from http://www.w3schools.com/TAGS/tag_iframe.asp

virtualMV  |  Superquick wiki guide  |  Please give me some feedback

VirtualMV/HTML/Basic/Layout/iFrames. (2024). In WikiEducator/VirtualMV wiki. Retrieved March 28, 2024, from http:https://wikieducator.org/VirtualMV/HTML/Basic/Layout/iFrames    (zotero)