html <aside> 標簽定義 <article> 標簽外的內(nèi)容 aside 的內(nèi)容應該與附近的內(nèi)容相關 <aside> 的內(nèi)容可用作文章的側(cè)欄 范例<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 的新標簽 |