gpt4 book ai didi

css - # 和 . 有什么区别?用 CSS?

转载 作者:太空宇宙 更新时间:2023-11-03 19:38:34 25 4
gpt4 key购买 nike

CSS 中 #. 有什么区别?

#main
{
background-color: #fff;
_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}


.main
{
background-color: #fff;
_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

最佳答案

'#' 代表一个id。 '.' 是一个

所以.. <tagname id="main"><tagname class="main"> ....

希望对您有所帮助。

关于css - # 和 . 有什么区别?用 CSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1383345/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com