From d192fb918b0e2aa8869de6dcc59de8464b6e879a Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 11 Dec 2020 18:59:39 -0500 Subject: dump 2020-12-11 --- files/zh-cn/web/html/element/tr/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'files/zh-cn/web/html') diff --git a/files/zh-cn/web/html/element/tr/index.html b/files/zh-cn/web/html/element/tr/index.html index a7b41a75d4..a5ccfcacd7 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: slug: Web/HTML/Element/tr translation_of: Web/HTML/Element/tr --- -

HTML <tr> 元素定义表格中的行。 Those can be a mix of {{HTMLElement("td")}} and {{HTMLElement("th")}} elements.

+

HTML <tr> 元素定义表格中的行。 同一行可同时出现{{HTMLElement("td")}} 和{{HTMLElement("th")}} 元素.

@@ -40,12 +40,12 @@ translation_of: Web/HTML/Element/tr
{{htmlattrdef("align")}} {{deprecatedGeneric("inline","html4.01")}}, {{obsoleteGeneric("inline","html5")}}
-
This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are: +
该枚举属性指定每个单元格中内容的水平对齐方式,可使用的属性值如下:
    -
  • left, aligning the content to the left of the cells
  • -
  • center, centering the content in the cells
  • -
  • right, aligning the content to the right of the cells
  • -
  • justify, widening the spaces in the textual content so that the content is justified in the cells
  • +
  • left, 内容在单元格中左对齐
  • +
  • center, 内容在单元格中居中
  • +
  • right, 内容在单元格中右对齐
  • +
  • justify, 增加文本内容之间的空白以伸展这行文本,使得该单元格中的多行文本具有相同的长度。
  • char, aligning the textual content on a special character with a minimal offset, defined by the {{htmlattrxref("char", "tr")}} and {{htmlattrxref("charoff", "tr")}} attributes {{unimplemented_inline("2212")}}
@@ -112,12 +112,12 @@ translation_of: Web/HTML/Element/tr
- + - +
{{SpecName('HTML WHATWG','tables.html#the-tr-element','tr element')}} {{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C','tabular-data.html#the-tr-element','tr element')}} {{Spec2('HTML5 W3C')}} 
-- cgit v1.2.3-54-g00ecf