Skip to content

Commit

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


</div> </div>


<div class=example>

<p>Here's a way to embed a resource that requires a proprietary
plug-in, like Flash:</p>

<pre>&lt;embed src="catgame.swf"&gt;</pre>

<p>If the user does not have the plug-in (for example if the
plug-in vendor doesn't support the user's platform), then the user
will be unable to use the resource.</p>

</div>





<h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</code></dfn> element</h4> <h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</code></dfn> element</h4>


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


</div> </div>


<div class="example">

<p>Here's a way to embed a resource that requires a proprietary
plug-in, like Flash:</p>

<pre>&lt;embed src="catgame.swf"></pre>

<p>If the user does not have the plug-in (for example if the
plug-in vendor doesn't support the user's platform), then the user
will be unable to use the resource.</p>

</div>





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


Expand Down

0 comments on commit c69336c

Please sign in to comment.