style標簽用來定義網站的樣式。
可設置屬性
media :screen tty tv projection handheld print braille aural all
type:text/css
scoped:true 或者 false
title:有不同的含義
type屬性用於設置樣式語言的種類,一般情況,也是默認值是text/css。
media屬性用於設置該元素適用於哪種媒體,默認為all,即在適合任何媒體。
scoped用於定義該元素的適用范圍,如果設置了該屬性則意味著元素的作用效果只適用於其父級元素及下屬子元素。
title如果有多個style元素設置title屬性,那麼只有其中一個生效。
Dom接口
代碼: 全選 運行
interface HTMLStyleElement : HTMLElement {
attribute boolean disabled;
attribute DOMString media;
attribute DOMString type;
attribute boolean scoped;
};
HTMLStyleElement implements LinkStyle;
代碼實例
HTMLV.CN HTML5中文論壇 " onclick="changeColor()"/&