css中列表项文本的颜色设置为绿色

html-css021

css中列表项文本的颜色设置为绿色,第1张

找到元素,给元素添加color就可以了,

比如

<div class="box">想要设置颜色的字体</div>

.box{color:green} //通过class抓取div 然后设置颜色为绿色,

希望采纳,谢谢。

table{border-collapse:collapse /*合并表格相邻边框*/}

table, tr, td

  {

 border:1px solid red/*边框红色*/

 background:green /*背景绿色*/

  }

你的bgcolor属性是HTML标签吧,CSS里应该没有