`**元素表示文档、页面、应用或网站中的独立结构,其意在成为可独立分配的或可复用的结构,如在发布中,它可能是论坛帖子、杂志或新闻文章、博客、用户提交的评论、交互式组件,或者其他独立的内容项目。 -{{EmbedInteractiveExample("pages/tabbed/article.html", "tabbed-standard")}} +{{EmbedInteractiveExample("pages/tabbed/article.html", "tabbed-standard")}} - -给定文档中可以包含多篇文章;例如,阅读器在博客上滚动时一个接一个地显示每篇文章的文本,每个帖子将包含在<article>元素中,可能包含一个或多个<section>。 +给定文档中可以包含多篇文章;例如,阅读器在博客上滚动时一个接一个地显示每篇文章的文本,每个帖子将包含在``元素中,可能包含一个或多个``。 - 内容分类 - Flow content, sectioning content, palpable content. + 内容分类 + Flow content, sectioning content, palpable content. 允许的内容 - Flow content. + Flow content. 标记省略 @@ -31,7 +30,7 @@ translation_of: Web/HTML/Element/article 允许的父元素 - 所有接受 Flow content的元素。注意<article>元素不能成为{{HTMLElement("address")}}元素的子元素。 + 所有接受 Flow content的元素。注意<article>元素不能成为{{HTMLElement("address")}}元素的子元素。 允许的 ARIA roles @@ -44,75 +43,69 @@ translation_of: Web/HTML/Element/article -属性 - -此元素只具有全局属性。 - -使用说明 - - - 每个<article>,通常包括标题(<h1> - <h6>元素)作为<article>元素的子元素。 - 当<article>元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的<article>元素可嵌套在代表博客文章的<article>元素中。 - <article>元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的<article>元素。 - - <article>元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 - - - 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述<article>元素的发布日期和时间。请注意{{HTMLElement("time")}}的{{htmlattrxref("pubdate", "time")}} 属性不再是{{glossary("W3C")}} {{glossary("HTML5")}}标准。 - - - -示例 - -<article class="film_review"> - <header> - <h2>Jurassic Park</h2> - </header> - <section class="main_review"> - <p>Dinos were great!</p> - </section> - <section class="user_reviews"> - <article class="user_review"> - <p>Way too scary for me.</p> - <footer> - <p> +## 属性 + +此元素只具有[全局属性](/zh-CN/docs/HTML/Global_attributes)。 + +## 使用说明 + +- 每个``,通常包括标题(\ - \元素)作为``元素的子元素。 +- 当``元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的``元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + + + + + +``` -规范 +## 规范 {{Specifications}} -浏览器兼容 +## 浏览器兼容 -{{Compat("html.elements.article")}} +{{Compat("html.elements.article")}} -相关文章 +## 相关文章 - - Others section-related elements: {{HTMLElement("body")}}, {{HTMLElement("nav")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}} - Sections and outlines of an HTML5 document. - +- Others section-related elements: {{HTMLElement("body")}}, {{HTMLElement("nav")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}} +- [Sections and outlines of an HTML5 document](/zh-CN/docs/Sections_and_Outlines_of_an_HTML5_document). diff --git a/files/zh-cn/web/html/element/aside/index.md b/files/zh-cn/web/html/element/aside/index.md index 879c17279df894..b9e538299edbd6 100644 --- a/files/zh-cn/web/html/element/aside/index.md +++ b/files/zh-cn/web/html/element/aside/index.md @@ -7,15 +7,15 @@ tags: - 元素 translation_of: Web/HTML/Element/aside --- -HTML <aside> 元素表示一个和其余页面内容几乎无关的部分,被认为是独立于该内容的一部分并且可以被单独的拆分出来而不会使整体受影响。其通常表现为侧边栏或者标注框(call-out boxes)。 +**HTML `
`元素中,可能包含一个或多个``。 - 内容分类 - Flow content, sectioning content, palpable content. + 内容分类 + Flow content, sectioning content, palpable content. 允许的内容 - Flow content. + Flow content. 标记省略 @@ -31,7 +30,7 @@ translation_of: Web/HTML/Element/article 允许的父元素 - 所有接受 Flow content的元素。注意<article>元素不能成为{{HTMLElement("address")}}元素的子元素。 + 所有接受 Flow content的元素。注意<article>元素不能成为{{HTMLElement("address")}}元素的子元素。 允许的 ARIA roles @@ -44,75 +43,69 @@ translation_of: Web/HTML/Element/article -属性 - -此元素只具有全局属性。 - -使用说明 - - - 每个<article>,通常包括标题(<h1> - <h6>元素)作为<article>元素的子元素。 - 当<article>元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的<article>元素可嵌套在代表博客文章的<article>元素中。 - <article>元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的<article>元素。 - - <article>元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 - - - 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述<article>元素的发布日期和时间。请注意{{HTMLElement("time")}}的{{htmlattrxref("pubdate", "time")}} 属性不再是{{glossary("W3C")}} {{glossary("HTML5")}}标准。 - - - -示例 - -<article class="film_review"> - <header> - <h2>Jurassic Park</h2> - </header> - <section class="main_review"> - <p>Dinos were great!</p> - </section> - <section class="user_reviews"> - <article class="user_review"> - <p>Way too scary for me.</p> - <footer> - <p> +## 属性 + +此元素只具有[全局属性](/zh-CN/docs/HTML/Global_attributes)。 + +## 使用说明 + +- 每个``,通常包括标题(\ - \元素)作为``元素的子元素。 +- 当``元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的``元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + + + + +
`,通常包括标题(\ - \元素)作为``元素的子元素。 +- 当``元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的``元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素的子元素。 +- 当``元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的``元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的``元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素可嵌套在代表博客文章的``元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素中。 +- ``元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的``元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素。 +- ``元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素的发布日期和时间可通过{{HTMLElement("time")}}元素的{{htmlattrxref("pubdate", "time")}}属性表示。 +- 可以使用{{HTMLElement("time")}} 元素的{{htmlattrxref("datetime", "time")}}属性来描述``元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
`元素的发布日期和时间。请注意{{HTMLElement("time")}}的*{{htmlattrxref("pubdate", "time")}}* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。 + +## 示例 + +```plain + + + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
+ + Jurassic Park + + + Dinos were great! + + + + Way too scary for me. + + + + I agree, dinos are my favorite. + + + +
+ + The Planet Earth + Posted on Wednesday, 4 October 2017 by Jane Smith + + We live on a planet that's blue and green, with so many things still unseen. + Continue reading.... +