背景颜色设置

1***@qq.com
- 发布:2016-09-13 20:06
- 更新:2016-09-14 01:39
- 阅读:1124
2 个回复
2***@qq.com - mui交流群239503027
怎么啦
f***@163.com
直接在网页里面写是:
<style type="text/css">
body{
background-color: red;
}
</style>
还有一种方法是在<body>上面写:
<link href="css的路径" rel="stylesheet" type="text/css"/>
然后将背景写在css里,style tpe="text/cs"这个就看省略掉了.