版本:HTML5
HTML 元素,作為 Web Components 技術套件的一部分,是Web組件內的一個占位符。該占位符可以在后期使用自己的標記語言填充,這樣您就可以創建單獨的DOM樹,并將它與其它的組件組合在一起。

瀏覽器支持
| | | | |
| Firefox、Opera、Chrome 和 Safari 瀏覽器都支持標簽。 |
| 注意:Internet Explorer 瀏覽器不支持標簽。 |
屬性
此元素有全局屬性。
name插槽的名字。擁有name屬性的插槽叫具名插槽。
示例
details {font-family: "open sans light", helvetica, arial, sans-serif }.name {font-weight: bold; color: #217ac0; font-size: 120% }h4 {margin: 10px 0 -8px 0;background: #217ac0;color: white;padding: 2px 6px;border: 1px solid #cee9f9;border-radius: 4px;}.attributes { margin-left: 22px; font-size: 90% }.attributes p { margin-left: 16px; font-style: italic } <need name> need description
attributes
none