diff options
Diffstat (limited to 'files/zh-cn/web/html/element/noembed')
-rw-r--r-- | files/zh-cn/web/html/element/noembed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/noembed/index.html b/files/zh-cn/web/html/element/noembed/index.html index 2d199e4f23..02ac24b96d 100644 --- a/files/zh-cn/web/html/element/noembed/index.html +++ b/files/zh-cn/web/html/element/noembed/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTML/Element/noembed --- <div>{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}</div> -<p><span class="seoSummary"><code><strong><noembed></strong></code> 元素是个废除的和不标准的方式,用于向不支持 {{HTMLElement("embed")}} ,或者不支持作者希望的 <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">嵌入式内容</a> 的浏览器提供替代(或者“后备”)内容。这个元素在 HTML 4.01 起废除,以支持</span> {{HTMLElement("object")}}。<span class="seoSummary">后备</span>内容应该插在 {{HTMLElement("object")}} 的开始和结束标签之间。</p> +<p><span class="seoSummary"><code><strong><noembed></strong></code> 元素是个废除的和不标准的方式,用于向不支持 {{HTMLElement("embed")}} ,或者不支持作者希望的 <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">嵌入式内容</a> 的浏览器提供替代(或者 “后备”)内容。这个元素在 HTML 4.01 起废除,以支持</span> {{HTMLElement("object")}}。<span class="seoSummary">后备</span>内容应该插在 {{HTMLElement("object")}} 的开始和结束标签之间。</p> <div class="note"> <p>虽然这个元素仍旧在许多浏览器中有效,它已经废除了,并且不应使用。使用 {{HTMLElement("object")}} 来代替。</p> |