zhu1331 - 2014/9/11 16:14:33
实在没办法了我不会css,看了一下css教程,百度了半天,还是弄不好。
想在文本框里添加背景色,CSS教程上有这么一段代码
<html>
<head>
<style type="text/css">
body {background-color:rgb(199,237,204)}
h1 {background-color: transparent}
</style>
</head>
<body>
<h1>文字内容</h1>
</body>
</html>
可是我加进去以后效果是网页的背景色变了,而文本框里还是原色,求大神指点啊!