当前位置:编程学习 > html/css >>

CSS代码疑问

body { background-image: url('pattern.png'); } p { background-color: #fff; padding: 3px; margin: 3px; border: 1px solid rgb(244, 244, 244); width: 200px; margin: auto; 这段代码中,P元素中的background-color: #fff 的作用是什么?我将这段代码注释了,IE显示的效果是一样的。 HTML代码如下 <body> <p> The background-image property uses the url() syntax to specify a background-image. The image is tiled along the x-axis and the y-axis. </p> </body>
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,