aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/span
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-01-04 17:38:26 +0800
committerIrvin <irvinfly@gmail.com>2022-02-15 22:48:15 +0800
commit01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch)
treeb3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/span
parentc1ed2f39d8921536444e3334bab549d7100a286e (diff)
downloadtranslated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/span')
-rw-r--r--files/zh-cn/web/html/element/span/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/span/index.html b/files/zh-cn/web/html/element/span/index.html
index 4470ad4e80..b936a5e041 100644
--- a/files/zh-cn/web/html/element/span/index.html
+++ b/files/zh-cn/web/html/element/span/index.html
@@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/span
---
<div>{{HTMLRef}}</div>
-<p><strong>HTML <code>&lt;span&gt;</code> </strong>元素是短语内容的通用行内容器,并没有任何特殊语义。可以使用它来编组元素以达到某种样式意图(通过使用类或者Id属性),或者这些元素有着共同的属性,比如<strong>lang</strong>。应该在没有其他合适的语义元素时才使用它。<code>&lt;span&gt;</code> 与 {{HTMLElement("div")}} 元素很相似,但 {{HTMLElement("div")}} 是一个 <a href="/en-US/docs/HTML/Block-level_elements">块元素</a> 而 <code>&lt;span&gt;</code> 则是 <a href="/en-US/docs/HTML/Inline_elements"> 行内元素 </a>.</p>
+<p><strong>HTML <code>&lt;span&gt;</code> </strong>元素是短语内容的通用行内容器,并没有任何特殊语义。可以使用它来编组元素以达到某种样式意图(通过使用类或者 Id 属性),或者这些元素有着共同的属性,比如<strong>lang</strong>。应该在没有其他合适的语义元素时才使用它。<code>&lt;span&gt;</code> 与 {{HTMLElement("div")}} 元素很相似,但 {{HTMLElement("div")}} 是一个 <a href="/en-US/docs/HTML/Block-level_elements">块元素</a> 而 <code>&lt;span&gt;</code> 则是 <a href="/en-US/docs/HTML/Inline_elements"> 行内元素 </a>.</p>
<div>{{EmbedInteractiveExample("pages/tabbed/span.html", "tabbed-shorter")}}</div>