> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/email/edit/using-edit-box/html.md).

# HTML 코드

💬 이 내용은 **스탠다드, 프로, 엔터프라이즈** 요금제에 해당하는 도움말입니다.

## 이 글에서는

이메일을 작성하면서 일부는 편집 상자가 아닌 HTML 코드를 사용해야 할 수 있습니다. 이때, HTML 코드 상자를 추가해 사용할 수 있습니다. HTML 코드 상자를 사용하는 방법에 관해 알아봅니다.

{% hint style="info" %}
이메일 전체를 HTML 코드로 작성하고 싶다면 HTML 템플릿을 선택해 주시면 됩니다. 자세한 내용은 [HTML 코드로 편집하기](/email/edit/html.md) 도움말을 참고해 주세요.
{% endhint %}

***

### HTML 코드 이해하기

이메일은 일반적인 웹 환경과 달라 사용할 수 없는 HTML 태그가 있습니다. 이메일에 호환되지 않는 코드가 섞여 문제가 발생하는 것을 방지하기 위해 에디터에서는 일부 HTML 코드를 사용 할 수 없도록 제한하고 있습니다.

아래 태그는 사용할 수 없습니다. (Script 실행 코드도 사용할 수 없습니다.)

{% code overflow="wrap" %}

```
<script>, <head>, <body>, <html>, <style>, <form>, <input>, 
<button>, <noscript>, <meta>, <iframe>
```

{% endcode %}

함수가 실행될 수 있는 태그의 사용도 제한하고 있습니다.

```
onclick, onload, onerror 등
```

### HTML 코드 상자 추가하기

화면 오른쪽 편집 상자 화면에서 \[HTML 코드] 상자를 왼쪽 화면에 끌어당기면 됩니다. 화면 오른쪽에 코드를 입력할 수 있는 화면이 나타나며, 여기에서 코드를 추가하는 작업을 진행할 수 있습니다.

<figure><img src="/files/0UvpWtk44qOztSopAFYV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.stibee.com/email/edit/using-edit-box/html.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
