CSS Selector
A CSS selector is a pattern used to select HTML elements by their tag, class, ID, attribute, or structural position.
In web scraping, CSS selectors specify which elements to extract — for example, `.product-price` selects all elements with class "product-price". They are often simpler and more readable than XPath for standard selections.