diff options
Diffstat (limited to 'files/zh-cn/web/html/element/hr/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/hr/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/element/hr/index.html b/files/zh-cn/web/html/element/hr/index.html index 0cb5efd486..0c7690f993 100644 --- a/files/zh-cn/web/html/element/hr/index.html +++ b/files/zh-cn/web/html/element/hr/index.html @@ -16,7 +16,7 @@ translation_of: Web/HTML/Element/hr -<p>在HTML的早期版本中,它是一个水平线。现在它仍能在可视化浏览器中表现为水平线,但目前被定义为语义上的,而不是表现层面上。所以如果想画一条横线,请使用适当的css样式来修饰。</p> +<p>在 HTML 的早期版本中,它是一个水平线。现在它仍能在可视化浏览器中表现为水平线,但目前被定义为语义上的,而不是表现层面上。所以如果想画一条横线,请使用适当的 css 样式来修饰。</p> <div>{{EmbedInteractiveExample("pages/tabbed/hr.html", "tabbed-shorter")}}</div> @@ -26,10 +26,10 @@ translation_of: Web/HTML/Element/hr <ul class="htmlelt"> <li><dfn><a href="/zh-cn/docs/HTML/Content_categories" title="HTML/Content_categories">内容分类</a></dfn> <a href="/en-US/docs/Web/HTML/Content_categories#Flow_content">流式元素</a>.</li> - <li><dfn>允许的内容</dfn>无, 是一个 {{Glossary("空元素")}}.</li> - <li><dfn>标签省略</dfn>必须有开始标签, 不能有结束标签。</li> + <li><dfn>允许的内容</dfn>无,是一个 {{Glossary("空元素")}}.</li> + <li><dfn>标签省略</dfn>必须有开始标签,不能有结束标签。</li> <li><dfn>允许的父元素</dfn> 所有接受<a href="/en-US/docs/Web/HTML/Content_categories#Flow_content">流式元素</a>的元素。</li> - <li><dfn>DOM接口</dfn> {{domxref("HTMLHRElement")}}</li> + <li><dfn>DOM 接口</dfn> {{domxref("HTMLHRElement")}}</li> </ul> <h2 id="属性">属性</h2> @@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/hr <dl> <dt>{{htmlattrdef("align")}} {{deprecated_inline}}</dt> - <dd>设置对齐方式. 如果没有值, 默认值为 <code>left。</code></dd> + <dd>设置对齐方式。如果没有值,默认值为 <code>left。</code></dd> <dt>{{htmlattrdef("color")}} {{Non-standard_inline}}</dt> <dd>使用颜色名或十六进制设置颜色。</dd> <dt>{{htmlattrdef("noshade")}} {{deprecated_inline}}</dt> |