技术文档

HTML <aside> 标签

更新时间:2025-03-13 浏览量:

实例

<p>Me and my family visited The Epcot center this summer.</p>

<aside>

<h4>Epcot Center</h4>

The Epcot Center is a theme park in Disney World, Florida.

</aside>

浏览器支持  

InternetExplorer9+,Firefox,Opera,Chrome以及Safari支持<aside>标签。  

注释:InternetExplorer8以及更早的版本不支持<aside>标签。  

定义和用法  

<aside>标签定义其所处内容之外的内容。  

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

HTML4.01与HTML5之间的差异  

<aside>标签是HTML5的新标签。  

提示和注释:  

提示:<aside>的内容可用作文章的侧栏。