Skip to content

Commit

Permalink
[e] (0) Lame demo for <iframe>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3808 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 11, 2009
1 parent a32bb64 commit 0556194
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index
Expand Up @@ -19936,6 +19936,18 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</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>&lt;iframe src="http://ads.example.com/?customerid=923513721&amp;amp;format=banner"
width="468" height="60"&gt;&lt;/iframe&gt;</pre>

</div>




<h4 id=the-embed-element><span class=secno>4.8.4 </span>The <dfn><code>embed</code></dfn> element</h4>

Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -21392,6 +21392,18 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</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>&lt;iframe src="http://ads.example.com/?customerid=923513721&amp;amp;format=banner"
width="468" height="60">&lt;/iframe></pre>

</div>




<h4>The <dfn><code>embed</code></dfn> element</h4>

Expand Down

0 comments on commit 0556194

Please sign in to comment.