Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実際、次の違いを知りたいです。
#content{some CSS rules}
と
div#content{some CSS rules}
最初のものは ID を持つ任意の要素を選択しますcontent。
content
2 つ目divは、ID を持つ任意の要素を選択しますcontent。
div
MDN: 効率的な CSS の記述 - スタイルシステムがルールに一致する方法