【发布时间】:2020-09-24 17:43:01
【问题描述】:
是否可以在css上设置div bg颜色,只是纯html。 任何建议都会有所帮助...
body {
background-color: #6B6B6B;
margin: 50px;
font-family: Arial;
color: white;
font-size: 14px;
font-weight: 100;
line-height: .2;
letter-spacing: 1px;
}
<div style="height:100px;" style="background-color:red;">text</div>
【问题讨论】:
-
您可以使用内联样式,但我不知道您为什么要这样做。
-
with on css 你的意思是without css?
-
在正文标签中使用
bgColor="#6B6B6B"
标签: html styles background-color divide