W3.JS 向 HTML 添加样式
添加 CSS 属性值
w3.addStyle(选择器,'属性','值')
通过 Id 添加样式
为 id 为 "London" 的元素添加红色背景颜色
通过标签添加样式
为所有 <h2> 元素添加红色背景颜色
通过类添加样式
为所有 class 为 "city" 的元素添加红色背景颜色
添加 CSS 属性值
w3.addStyle(选择器,'属性','值')
为 id 为 "London" 的元素添加红色背景颜色
为所有 <h2> 元素添加红色背景颜色
为所有 class 为 "city" 的元素添加红色背景颜色
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]