怎样在div中添加图片或设置颜色

1.插入图片
<div><img src="图片地址" /></div>
2.图片做背景
<div style="background:url(图片地址); width:100px;height:100px;">div>
方法一:css内:
.coldiv{background:#000000;或者}
方法二:html内:
<div style="background:#000000;或者">
<div class="bg"></div><style>.bg { background-color:red /*此处更换为所需的颜色代码*/}</style>
上一篇:WPF PasswordBox不支持绑定解决方法


下一篇:jQuery 事件绑定四种方式,delegate委托强大绑定在3.0中修改为on