Write CSS selectors to instantly find and extract matching elements from HTML documents securely in your browser.
div.card (class selector), #main-content (ID selector),
ul > li:first-child (pseudo-selector), a[href^="https"] (attribute
selector).