# Html Render Field

### Description

The HTML Render control is a versatile component that allows users to input and render HTML and CSS within your application. This control is essential for applications that require dynamic content presentation, enabling users to create rich, styled content seamlessly.

#### Features

* **HTML Input**: Users can input raw HTML to be rendered.
* **CSS Styling**: Users can include CSS to style the HTML content.
* **Live Preview**: The control provides a real-time preview of the rendered HTML and CSS.
* **Syntax Highlighting**: Supports syntax highlighting for better readability and editing of HTML and CSS code.

#### Usage

To use the HTML Render control, follow these steps:

1. **Add the Field Type Html Render**
2. **HTML code: you can add the HTML you want to render**

<figure><img src="/files/2v7pZCDTzistGMfleFNE" alt=""><figcaption></figcaption></figure>

3. You can use Formats to customize them based on your data or use the HTML Code control

<figure><img src="/files/avRbBSFtUiP7CDCUGvtp" alt=""><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://codenull.gitbook.io/dev/configurations/components/forms/fields/html-render-field.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.
