[html5] r3808 - [e] (0) Lame demo for <iframe>.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 11 02:31:25 PDT 2009
Author: ianh
Date: 2009-09-11 02:31:24 -0700 (Fri, 11 Sep 2009)
New Revision: 3808
Modified:
index
source
Log:
[e] (0) Lame demo for <iframe>.
Modified: index
===================================================================
--- index 2009-09-11 08:40:09 UTC (rev 3807)
+++ index 2009-09-11 09:31:24 UTC (rev 3808)
@@ -19936,7 +19936,19 @@
</div>
+ <div class=example>
+ <p>Here is an example of a page using an <code><a href=#the-iframe-element>iframe</a></code> to
+ include advertising from an advertising broker:</p>
+
+ <pre><iframe src="http://ads.example.com/?customerid=923513721&format=banner"
+ width="468" height="60"></iframe></pre>
+
+ </div>
+
+
+
+
<h4 id=the-embed-element><span class=secno>4.8.4 </span>The <dfn><code>embed</code></dfn> element</h4>
<!-- (v2?)
Modified: source
===================================================================
--- source 2009-09-11 08:40:09 UTC (rev 3807)
+++ source 2009-09-11 09:31:24 UTC (rev 3808)
@@ -21392,7 +21392,19 @@
</div>
+ <div class="example">
+ <p>Here is an example of a page using an <code>iframe</code> to
+ include advertising from an advertising broker:</p>
+
+ <pre><iframe src="http://ads.example.com/?customerid=923513721&format=banner"
+ width="468" height="60"></iframe></pre>
+
+ </div>
+
+
+
+
<h4>The <dfn><code>embed</code></dfn> element</h4>
<!-- (v2?)
More information about the Commit-Watchers
mailing list