Another paragraph inside a div.
- Item 1
- Item 2
- Item 3
Test your CSS selectors against HTML and instantly see the matches and specificity score.
This is a paragraph.
Another paragraph inside a div.
Matched Elements
0
Specificity Score
(0, 0, 2, 1)
(IDs, Classes/Attributes, Elements)
This tool helps developers debug and understand CSS selectors in real-time. Paste your HTML code and type a CSS selector to instantly see which elements are being targeted in the live preview. It's perfect for troubleshooting why certain styles aren't applying as expected. Additionally, the tool calculates the selector's **specificity score**, a crucial concept in CSS that determines which style rule is applied when multiple rules target the same element. Understanding specificity is key to writing predictable and maintainable CSS.