CSS Selector Tester

Write CSS selectors to instantly find and extract matching elements from HTML documents securely in your browser.

$
Examples: div.card (class selector), #main-content (ID selector), ul > li:first-child (pseudo-selector), a[href^="https"] (attribute selector).