diff options
Diffstat (limited to 'files/zh-cn/web/html/element/tr')
-rw-r--r-- | files/zh-cn/web/html/element/tr/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/tr/index.html b/files/zh-cn/web/html/element/tr/index.html index a5ccfcacd7..664b865930 100644 --- a/files/zh-cn/web/html/element/tr/index.html +++ b/files/zh-cn/web/html/element/tr/index.html @@ -3,7 +3,7 @@ title: <tr> slug: Web/HTML/Element/tr translation_of: Web/HTML/Element/tr --- -<p><strong>HTML <code><tr></code> 元素</strong>定义表格中的行。 同一行可同时出现{{HTMLElement("td")}} 和{{HTMLElement("th")}} 元素.</p> +<p><strong>HTML <code><tr></code> 元素</strong>定义表格中的行。 同一行可同时出现{{HTMLElement("td")}} 和{{HTMLElement("th")}} 元素。</p> <table class="properties"> <tbody> @@ -40,7 +40,7 @@ translation_of: Web/HTML/Element/tr <dl> <dt>{{htmlattrdef("align")}} {{deprecatedGeneric("inline","html4.01")}}, {{obsoleteGeneric("inline","html5")}}</dt> - <dd>该枚举属性指定每个单元格中内容的水平对齐方式,可使用的属性值如下: + <dd>该枚举属性指定每个单元格中内容的水平对齐方式,可使用的属性值如下: <ul> <li><code>left</code>, 内容在单元格中左对齐</li> <li><code>center</code>, 内容在单元格中居中</li> |