# 범례

HTML 양식으로 데이터 테이블의 범례를 설정하는 것은 테이블 내 데이터의 의미를 명확히 전달하기 위한 중요한 과정입니다. **범례는 테이블에 포함된 각 데이터 요소의 정의나 설명을 제공하여, 사용자들이 데이터를 보다 쉽게 이해하고 해석할 수 있도록 돕습니다.** 이는 특히 복잡한 데이터 세트에서 사용자 경험을 향상시키고, 정보 전달의 명확성을 높이는 데 필수적입니다.

***

### :small\_orange\_diamond: 설정 방법

1\. HTML 삽입(Insert HTML)을 클릭합니다.

<figure><img src="/files/3ZE0K5IaAGzjuothhJ4v" alt="" width="336"><figcaption><p>기본 설정 화면</p></figcaption></figure>

2\. HTML 태그(HTML Tag) 또는 HTML 편집기(HTML Editor) 둘 중 하나를 선택하여 원하는 값을 입력한 뒤, 저장(Save) 버튼을 클릭합니다.

{% tabs %}
{% tab title="HTML 태그" %}

<figure><img src="/files/DZT0jgpUdYzjdwdrQNMj" alt=""><figcaption><p>사용자가 직접 HTML 코드를 작성합니다.</p></figcaption></figure>
{% endtab %}

{% tab title="HTML 편집기" %}

<figure><img src="/files/DQzrlzBNORairjiNRIWw" alt=""><figcaption><p>HTML 편집기로 범례를 작성합니다.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

3\. 설정한 범례가 미리 보기 패널에 잘 나타나는지 확인합니다.

<figure><img src="/files/A4r2LbeoYuKdJFY4zogw" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/default-setup/undefined-1.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.
