aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/image/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/image/index.html')
-rw-r--r--files/zh-cn/web/html/element/image/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/image/index.html b/files/zh-cn/web/html/element/image/index.html
index e8d260adec..52dc8c95cf 100644
--- a/files/zh-cn/web/html/element/image/index.html
+++ b/files/zh-cn/web/html/element/image/index.html
@@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/image
<p>HTML <code>&lt;image&gt;元素曾经是一个试验性的元素,用来显示图片。它从未被实现过,请使用标准的</code>{{HTMLElement("img")}}元素。</p>
<div class="note">
-<p><strong>不要使用它!<em> </em></strong>要显示图片,请使用标准的{{HTMLElement("img")}}.</p>
+<p><strong>不要使用它!<em> </em></strong>要显示图片,请使用标准的{{HTMLElement("img")}}.</p>
</div>
-<p>直到Firefox 22,虽然image仍然没有被支持,但是该元素被关联到{{domxref("HTMLSpanElement")}}。现在已经修正,image按照规范要求,被关联到{{domxref("HTMLElement")}} 。</p>
+<p>直到 Firefox 22,虽然 image 仍然没有被支持,但是该元素被关联到{{domxref("HTMLSpanElement")}}。现在已经修正,image 按照规范要求,被关联到{{domxref("HTMLElement")}} 。</p>