diff options
Diffstat (limited to 'files/zh-cn/web/html/element/colgroup/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/colgroup/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 --- <div>{{HTMLRef}}</div> -<p>HTML 中的 表格列组(<em>Column Group </em><strong><colgroup></strong>) 标签用来定义表中的一组列表。</p> +<p>HTML 中的 表格列组(<em>Column Group </em><strong><colgroup></strong>)标签用来定义表中的一组列表。</p> <div>{{EmbedInteractiveExample("pages/tabbed/colgroup.html","tabbed-taller")}}</div> @@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/colgroup <p>此属性的默认值为 <code>left</code>。后代 {{HTMLElement("col")}} 元素可以用它们自己的 {{htmlattrxref("align", "col")}} 属性值来重写该属性。</p> - <div class="note"><strong>小贴士: </strong>不要使用这个属性,它在最新的标准中已经不被支持。 + <div class="note"><strong>小贴士:</strong>不要使用这个属性,它在最新的标准中已经不被支持。 <ul> <li>若要实现与 <code>left</code>, <code>center</code>, <code>right</code> 或 <code>justify</code> 相同的效果: |