<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://zhidian.wuute.com/html5dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://zhidian.wuute.com/html5dev/feed.php">
        <title>HTML5知典 16:86:96</title>
        <description></description>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <image rdf:resource="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico" />
       <dc:date>2026-04-09T06:05:01+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/embed?rev=1534832096&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/iframe?rev=1492947648&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/object?rev=1492947648&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/param?rev=1492947648&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/source?rev=1492947648&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/start?rev=1492947556&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/svg?rev=1492947648&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico">
        <title>HTML5知典</title>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <url>http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico</url>
    </image>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/embed?rev=1534832096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-21T15:14:56+09:00</dc:date>
        <title>embed</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/embed?rev=1534832096&amp;do=diff</link>
        <description>embed

用途

&lt;embed&gt; 元素定义嵌入的资源，比如插件。

例子

代码


&lt;embed src=&quot;catgame.swf&quot;&gt;




执行结果 



属性

标准属性
属性描述HTML5新全局核心属性全局文本属性全局操作属性height设置嵌入资源的高度。✔src嵌入资源的 URL。✔type嵌入资源的  MIME 类型。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/iframe?rev=1492947648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:40:48+09:00</dc:date>
        <title>iframe</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/iframe?rev=1492947648&amp;do=diff</link>
        <description>iframe

用途

&lt;iframe&gt;元素（又称内联框架元素）表示了一个嵌套的浏览上下文(browsing context)，实际上是用来在当前页面中内嵌另一个HTML页面

例子

代码


&lt;iframe src=&quot;./iframe&quot;&gt;&lt;/iframe&gt;




执行结果</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/object?rev=1492947648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:40:48+09:00</dc:date>
        <title>object</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/object?rev=1492947648&amp;do=diff</link>
        <description>object

用途

&lt;object&gt; 元素（或者称作 HTML 嵌入对象元素）表示引入一个外部资源，这个资源可能是一张图片，一个嵌入的浏览上下文，亦或是一个插件所使用的资源。&lt;object&gt; 元素用于包含对象，比如图像、音频、视频、Java applets、ActiveX、PDF 以及 Flash。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/param?rev=1492947648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:40:48+09:00</dc:date>
        <title>param</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/param?rev=1492947648&amp;do=diff</link>
        <description>param

用途

&lt;param&gt;元素允许插入 XHTML 文档的对象规定 run-time 设置，也就是说，该元素可为包含它的 &lt;object&gt;参数。

例子

代码


&lt;object classid=&quot;clsid:F08DF954-8592-11D1-B16A-00C0F0283628&quot; id=&quot;Slider1&quot; width=&quot;100&quot; height=&quot;50&quot;&gt;
  &lt;param name=&quot;BorderStyle&quot; value=&quot;1&quot; /&gt;
  &lt;param name=&quot;MousePointer&quot; value=&quot;0&quot; /&gt;
  &lt;param name=&quot;Enabled&quot; value=&quot;1&quot; /&gt;
  &lt;param name=&quot;Min&quot; value=&quot;0&quot; /&gt;
  &lt;param name=&quot;Max&quot; value=&quot;10&quot; /&gt;
&lt;/object&gt;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/source?rev=1492947648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:40:48+09:00</dc:date>
        <title>source</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/source?rev=1492947648&amp;do=diff</link>
        <description>source

用途

&lt;source&gt; 元素为媒介元素（比如 &lt;video&gt; 和 &lt;audio&gt;）定义媒介资源。该元素允许定义可替换的视频/音频文件供浏览器根据它对媒体类型或者编解码器的支持进行选择。

例子

代码


&lt;audio controls&gt;
   &lt;source src=&quot;horse.ogg&quot; type=&quot;audio/ogg&quot;&gt;
   &lt;source src=&quot;horse.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
 Your browser does not support the audio element.
&lt;/audio&gt;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/start?rev=1492947556&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:39:16+09:00</dc:date>
        <title>嵌入内容</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/start?rev=1492947556&amp;do=diff</link>
        <description>嵌入内容

定义

嵌入内容(Embedded content)元素是定义嵌入到页面里的其他资源和程序的HTML元素。

概述

嵌入内容通常具有很大的独立性，有用于绘图的&lt;canvas&gt;标签(位图)和&lt;svg&gt;标签( 矢量图)，有用于运行插件程序的&lt;embed&gt;标签和&lt;object&gt;标签,还有用于嵌入其他HTML页面的&lt;iframe&gt;标签等等。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/16/86/96/svg?rev=1492947648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:40:48+09:00</dc:date>
        <title>svg</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/16/86/96/svg?rev=1492947648&amp;do=diff</link>
        <description>svg

&lt;svg&gt; 元素列中的链接指向了具体元素的相关属性和更多有用的信息。

例子

代码


&lt;svg xmlns=&quot;http://www.html5dev.insidekb.cn&quot; version=&quot;1.1&quot;&gt;
   &lt;circle cx=&quot;100&quot; cy=&quot;50&quot; r=&quot;40&quot; stroke=&quot;black&quot; stroke-width=&quot;2&quot; fill=&quot;red&quot; /&gt;
&lt;/svg&gt;</description>
    </item>
</rdf:RDF>
