# CSS 선택자는 무엇이고, 언제 사용하나요?

CSS Selector (선택자)란? 웹 문서 안에서 스타일 속성을 적용하는 요소들을 말합니다. 간단히 말해 우리가 보고있는 웹 사이트는 수 많은 태그로 이루어져 있는데요. 코드 위에 디자인을 입히기 위해 웹 페이지에 존재하는 요소들에 지정된 특정한 값이라고 할 수 있습니다.리스틀리의 도움말에서 CSS 선택자에 대한 언급이 있을 때에는 특정한 선택 요소(e.g. 버튼, 입력란 등)가 가지는 코드값 정도로 이해하셔도 됩니다. 일반적으로 웹 페이지에서 더 많은 데이터를 로드한 후 추출 작업을 진행할 경우, [자동클릭](https://listly.notion.site/d33faedc1adb4567863c2db3ed8b73df) 기능을 사용하는데요. 이 때 CSS 선택자 값이 필요합니다. 보다 자세한 내용은 리스틀리 도움말 [\[기타\] CSS Selector 복사&붙여넣기](https://listly.notion.site/CSS-Selector-e5811256e3e14467995f148e059428df) 페이지를 확인해주세요.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.listly.io/docs/ko/support/faq/features/css.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
