aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/col/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/col/index.html')
-rw-r--r--files/zh-cn/web/html/element/col/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/element/col/index.html b/files/zh-cn/web/html/element/col/index.html
index 28eb2b5fb4..367ae6d8b8 100644
--- a/files/zh-cn/web/html/element/col/index.html
+++ b/files/zh-cn/web/html/element/col/index.html
@@ -7,7 +7,7 @@ translation_of: Web/HTML/Element/col
<p><strong>HTML <code>&lt;col&gt;</code> 元素</strong> 定义表格中的列,并用于定义所有公共单元格上的公共语义。它通常位于{{HTMLElement("colgroup")}}元素内。</p>
-<p>此元素允许使用CSS进行样式列,但只有少数属性将对该列产生影响(请参阅列表的<a href="https://www.w3.org/TR/CSS21/tables.html#columns">CSS 2.1规范</a>)。</p>
+<p>此元素允许使用 CSS 进行样式列,但只有少数属性将对该列产生影响(请参阅列表的<a href="https://www.w3.org/TR/CSS21/tables.html#columns">CSS 2.1 规范</a>)。</p>
<ul class="htmlelt">
<li><dfn><a href="/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">Content categories</a></dfn> None.</li>
@@ -54,7 +54,7 @@ translation_of: Web/HTML/Element/col
<dl>
<dt>{{htmlattrdef("bgcolor")}} {{Non-standard_inline}}</dt>
- <dd>定义列中对应的每个单元格的背景色。其值是 <a class="external" href="http://www.w3.org/Graphics/Color/sRGB">sRGB</a> 定义的6位16进制代码之一,前缀为 '#'。 也可以使用以下16个预定义的颜色字符:
+ <dd>定义列中对应的每个单元格的背景色。其值是 <a class="external" href="http://www.w3.org/Graphics/Color/sRGB">sRGB</a> 定义的 6 位 16 进制代码之一,前缀为 '#'。 也可以使用以下 16 个预定义的颜色字符:
<table style="width: 80%;">
<tbody>
<tr>
@@ -108,7 +108,7 @@ translation_of: Web/HTML/Element/col
</tbody>
</table>
- <div class="note"><strong>注意: 不要使用这个属性</strong>, 它是非标准的,并且只实现了IE浏览器中的部分版本: {{HTMLElement("col")}} 元素的样式应该使用 <a href="/en-US/docs/CSS" title="CSS">CSS</a>. 在{{HTMLElement("td")}}元素上使用 <a href="/en-US/docs/CSS" title="CSS">CSS</a> 的 {{cssxref("background-color")}} 属性即可实现相同效果。</div>
+ <div class="note"><strong>注意:不要使用这个属性</strong>, 它是非标准的,并且只实现了 IE 浏览器中的部分版本: {{HTMLElement("col")}} 元素的样式应该使用 <a href="/en-US/docs/CSS" title="CSS">CSS</a>. 在{{HTMLElement("td")}}元素上使用 <a href="/en-US/docs/CSS" title="CSS">CSS</a> 的 {{cssxref("background-color")}} 属性即可实现相同效果。</div>
</dd>
</dl>
@@ -128,7 +128,7 @@ translation_of: Web/HTML/Element/col
<dl>
<dt>{{htmlattrdef("span")}}</dt>
- <dd>该属性值为一个正整数,表示该 &lt;col&gt; 元素横跨的列数。默认值为1</dd>
+ <dd>该属性值为一个正整数,表示该 &lt;col&gt; 元素横跨的列数。默认值为 1</dd>
</dl>
<dl>
@@ -159,7 +159,7 @@ translation_of: Web/HTML/Element/col
<h2 id="示例">示例</h2>
-<p>详见 {{HTMLElement("table")}} 页面 <code>&lt;col&gt;</code> 标签的示例.</p>
+<p>详见 {{HTMLElement("table")}} 页面 <code>&lt;col&gt;</code> 标签的示例。</p>
<h2 id="Specifications" name="Specifications">规范</h2>