HTML 5 <figure> 標簽
定義和用法
<figure> 標簽用于對元素進行組合。
實例
文檔中的一個小節(jié),描述 PRC:
<figure>
<h1>PRC</h1> <p>The People's Republic of China was born in 1949...</p></figure>
HTML 4.01 與 HTML 5 之間的差異
<figure> 標簽是 HTML 5 中的新標簽。
提示和注釋
提示:請使用 <figcaption> 元素為元素組添加標題。
標準屬性
<figure> 標簽支持 HTML 5 中的標準屬性。
事件屬性
<figure> 標簽支持 HTML 5 中的事件屬性。