CSS Selector Generator — illustrative example INPUT DOM contains a button with data-action="export". RESULT button[data-action="export"] targets the declared action; check that the attribute is unique within the intended scope. REVIEW A selector should be specific enough to identify the target and stable enough to survive minor layout changes. Avoid positional selectors when meaningful attributes exist. This is a teaching example, not a live execution record.