# HTML 편집기

**HTML 편집기 블록은 언제 사용하나요?**

* 보통 문자열 이외에 다양한 이미지나 링크 첨부가 필요할 때 사용해요.&#x20;
* 주로 관리자 웹에서 텍스트에 효과를 주고 싶을 때 사용해요.&#x20;

**HTML 편집기 블록의 특징은 무엇인가요?**

* 이미지 삽입, 링크 첨부 등 다양한 기능을 제공해요.
* 주로 관리자 웹에서 사용하는 기능으로, 운영 모드에서 항목 설정 시 사용해요. (앱에서 사용하면 이미지 삽입이 불가능해요.)

<div align="left"><figure><img src="/files/tClv4KbIq6sQnfehiH9l" alt="" width="563"><figcaption></figcaption></figure></div>

> \#HTML, #글자 편집, #문서 서식, #이미지 삽입 문서, #문서 편집

2023.08.07 Jinny


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/text/html.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.
