问答详情
源自:9-3 权值计算-特殊性

#表示什么

#footer表示什么,不太理解

提问者:Richardsh 2015-10-09 21:57

个回答

  • Perona
    2015-10-09 22:34:25
    已采纳

    #代表id。

    css样式是这样写的

    #footer{color:red;}

    html结构是这样引用的

    <div id="footer">红色</div>


  • echo_kinchao
    2015-10-10 16:08:55

    id选择器