HTML <aside> 标签

html <aside> 标签定义 <article> 标签外的内容

aside 的内容应该与附近的内容相关

<aside> 的内容可用作文章的侧栏

范例

<p>My family and I visited The Epcot center this summer</p>
<aside>
  <h4>Epcot Center</h4>
  <p>The Epcot Center is a theme park in disney World,Florida</p>
</aside>

html 4.01 与 HTML5之间的差异

<aside> 标签是 HTML5 的新标签