diff options
Diffstat (limited to 'files/zh-cn/web/html/element/thead/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/thead/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/thead/index.html b/files/zh-cn/web/html/element/thead/index.html index 1e9e104503..bf446a6f4d 100644 --- a/files/zh-cn/web/html/element/thead/index.html +++ b/files/zh-cn/web/html/element/thead/index.html @@ -18,15 +18,15 @@ translation_of: Web/HTML/Element/thead <tbody> <tr> <th scope="row"><a href="/en-US/docs/HTML/Content_categories">内容类别</a></th> - <td>无.</td> + <td>无。</td> </tr> <tr> <th scope="row">允许内容</th> - <td>零或多个{{ HTMLElement("tr") }}元素.</td> + <td>零或多个{{ HTMLElement("tr") }}元素。</td> </tr> <tr> <th scope="row">标签省略</th> - <td>开头的标签是强制的. 如果{{ HTMLElement("thead") }} 元素后直接跟 {{ HTMLElement("tbody") }}或{{ HTMLElement("tfoot") }}元素,结尾的标签可以被省略。</td> + <td>开头的标签是强制的。如果{{ HTMLElement("thead") }} 元素后直接跟 {{ HTMLElement("tbody") }}或{{ HTMLElement("tfoot") }}元素,结尾的标签可以被省略。</td> </tr> <tr> <th scope="row">Permitted parents</th> |