From 01b845e6d402777fe03cc4dd7ed5f21af400eed1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Jan 2022 17:38:26 +0800 Subject: Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element. --- files/zh-cn/web/html/element/colgroup/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/html/element/colgroup/index.html') diff --git a/files/zh-cn/web/html/element/colgroup/index.html b/files/zh-cn/web/html/element/colgroup/index.html index fc15883a37..ad68adfedd 100644 --- a/files/zh-cn/web/html/element/colgroup/index.html +++ b/files/zh-cn/web/html/element/colgroup/index.html @@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/colgroup ---
{{HTMLRef}}
-

HTML 中的 表格列组(Column Group <colgroup>) 标签用来定义表中的一组列表。

+

HTML 中的 表格列组(Column Group <colgroup>)标签用来定义表中的一组列表。

{{EmbedInteractiveExample("pages/tabbed/colgroup.html","tabbed-taller")}}
@@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/colgroup

此属性的默认值为 left。后代 {{HTMLElement("col")}} 元素可以用它们自己的 {{htmlattrxref("align", "col")}} 属性值来重写该属性。

-
小贴士: 不要使用这个属性,它在最新的标准中已经不被支持。 +
小贴士:不要使用这个属性,它在最新的标准中已经不被支持。
  • 若要实现与 left, center, rightjustify 相同的效果: -- cgit v1.2.3-54-g00ecf