aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/pre/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/pre/index.html')
-rw-r--r--files/zh-cn/web/html/element/pre/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/html/element/pre/index.html b/files/zh-cn/web/html/element/pre/index.html
index 5d3d8d73e5..e01cba7a2c 100644
--- a/files/zh-cn/web/html/element/pre/index.html
+++ b/files/zh-cn/web/html/element/pre/index.html
@@ -3,7 +3,7 @@ title: <pre>
slug: Web/HTML/Element/pre
tags:
- HTML
- - HTML分组内容
+ - HTML 分组内容
- 元素
translation_of: Web/HTML/Element/pre
---
@@ -23,7 +23,7 @@ translation_of: Web/HTML/Element/pre
<tbody>
<tr>
<th scope="row"><a href="/en-US/docs/Web/Guide/HTML/Content_categories">内容类别</a></th>
- <td>流内容( <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">flow content</a>) , 可触知的内容(palpable content).</td>
+ <td>流内容 ( <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">flow content</a>) , 可触知的内容 (palpable content).</td>
</tr>
<tr>
<th scope="row">允许的 内容</th>
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Element/pre
</tr>
<tr>
<th scope="row">允许的 父元素</th>
- <td>任何可以接受流内容( <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">flow content</a>) 的元素</td>
+ <td>任何可以接受流内容 ( <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">flow content</a>) 的元素</td>
</tr>
<tr>
<th scope="row">允许的 ARIA 角色</th>
@@ -54,11 +54,11 @@ translation_of: Web/HTML/Element/pre
<dl>
<dt>{{htmlattrdef("cols")}} {{non-standard_inline}}{{obsolete_inline}}</dt>
- <dd>定义每行的最大字符数。这是一个非标准的属性,作用与{{htmlattrxref("width", "pre")}}相同。要实现这样的效果,应该使用CSS。</dd>
+ <dd>定义每行的最大字符数。这是一个非标准的属性,作用与{{htmlattrxref("width", "pre")}}相同。要实现这样的效果,应该使用 CSS。</dd>
<dt>{{htmlattrdef("width")}} {{obsolete_inline}}</dt>
- <dd>包含每行的最大字符数。虽然在技术上仍被实现,但这个属性没有视觉效果。要实现这样的效果,应该使用CSS。</dd>
+ <dd>包含每行的最大字符数。虽然在技术上仍被实现,但这个属性没有视觉效果。要实现这样的效果,应该使用 CSS。</dd>
<dt>{{htmlattrdef("wrap")}} {{non-standard_inline}}</dt>
- <dd>提示溢出怎样发生。在现代浏览器中,这个提示会被忽略,且被没有视觉效果。要实现这样的效果,应该使用CSS。</dd>
+ <dd>提示溢出怎样发生。在现代浏览器中,这个提示会被忽略,且被没有视觉效果。要实现这样的效果,应该使用 CSS。</dd>
</dl>
<h2 id="示例">示例</h2>