Skip to content

側邊欄 <aside>

用於定義側邊欄的區塊,內容跟主要內容沒直接的關係,通常會放入選單、廣告或與主題比較無關的內容。

html
<article>
  <p>The Disney movie <cite>The Little Mermaid</cite> was first released to theatres in 1989.</p>
  <aside>
    <p>The movie earned $87 million during its initial release.</p>
  </aside>
  <p>More info about the movie…</p>
</article>

小提醒

不能因為 <aside> 被稱為側邊欄,就只能用在側邊的欄位,它也可以使用在內文中,主要是以間接關係來呈現!