Difference between #id and div#id

后端 未结 9 1792
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 04:52

I am new to css. Can someone help me in differentiating \"#test\" and \"div#test\"?

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 05:48

    
    
    
    Some stuff here..
    This is my data
    This is my data

    Basically id's are unique but to show how the element is specific when used with combination div#id if there are two different elements with test for two different elements then the stronger would be the specified element like div#id

提交回复
热议问题