title | slug | l10n | ||
---|---|---|---|---|
style |
Web/HTML/Global_attributes/style |
|
{{HTMLSidebar("Global_attributes")}}
style
全局属性包含应用到元素的 CSS 样式声明。要注意样式最好定义在单独的文件中。这个属性以及 {{HTMLElement("style")}} 元素的主要目的是快速装饰,例如用于测试目的。
{{EmbedInteractiveExample("pages/tabbed/attribute-style.html","tabbed-shorter")}}
Note
这个属性不能用于传递语义信息。即使所有样式都移除了,页面也应该保留正确语义。通常它不应用于隐藏不相关的信息;这应该使用 hidden
属性来实现。
{{Specifications}}
{{Compat}}
- 全局属性
- {{domxref("HTMLElement.style")}}