官术网_书友最值得收藏!

The <aside> element

As per the MDN definition:

The HTML <aside> element represents a section of the page with content connected tangentially to the rest, which could be considered separate from that content. These sections are often represented as sidebars or inserts. They often contain the definitions on the sidebars, such as definitions from the glossary; there may also be other types of information, such as related advertisements; the biography of the author; web applications; profile information or related links on the blog.

Here are a few important points to remember about the <aside> element:

  • Content that is tangential to the main content can be included in an <aside> element. If this content was to be separated from the main content, it would still make sense on its own.
  • There can be more than one <aside> in a single page.

Consider the following example:

<body>
    <main class="main-container" role="main">
        <article class="article-container flex-container">
            <section class="main-content">
              <header>
                  <h1>The <code>&lt;main></code> element  </h1>
              </header>
              <p>As per the MDN definition:</p>
              <blockquote>
                  <p>The HTML Main Element (<code>&lt;main></code>) 
  represents&hellip;</p>
              </blockquote>
            </section>
 <aside class="side-content" role="complementary">
 <h2>What Does "Semantic HTML" Mean?</h2>
 <p>Semantic markup basically means that we use HTML tags 
 to describe what a specific piece of content is.</p>
 </aside>
         </article>
      </main>
</body>

Tip

Tangential content means that the content refers to the subject at hand, but it's not part of the main message. If this content inside the <aside> element is removed, the main message is not affected.

主站蜘蛛池模板: 海口市| 德江县| 白河县| 汉中市| 莒南县| 鸡泽县| 望谟县| 宝山区| 洛川县| 湛江市| 教育| 安达市| 灯塔市| 如东县| 莱西市| 三台县| 永寿县| 阿勒泰市| 辽阳市| 砀山县| 玉环县| 沈丘县| 汝阳县| 张北县| 泸西县| 高唐县| 呼伦贝尔市| 呼图壁县| 西丰县| 米脂县| 鲁山县| 吐鲁番市| 乌审旗| 东莞市| 莆田市| 威宁| 高要市| 搜索| 宜宾市| 乌拉特后旗| 余庆县|