和. 的区别">
xxx
和. 的区别

出现了id="nav"那么在css中
#nav
{
//这里填写div的属性
}

如果是
<div clsss="nav">xxx</div>
那么 css中应该是这样
.nav
{
}

相关文章:

猜你喜欢
相关资源
相似解决方案