html <summary> 標(biāo)簽為 <details> 元素定義一個(gè)可見的標(biāo)題 當(dāng)用戶點(diǎn)擊標(biāo)題時(shí)會(huì)顯示出詳細(xì)信息 <summary> 元素應(yīng)該是 <details> 元素的第一個(gè)子元素 瀏覽器支持目前,只有 Chrome 和 Safari 6 支持 <summary> 標(biāo)簽 范例使用 <summary> 元素 <details> <summary>copyright 1999-2011.</summary> <p> - by Refsnes Data. All Rights Reserved.</p> <p>All content and graphics on this web site are the property of the company Refsnes Data.</p> </details> html 4.01 與 HTML5之間的差異<summary> 標(biāo)簽是 HTML5 中的新標(biāo)簽。 |