> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# HTML

> Learn how to configure and use the HTML component in YiDA to build highly customized display and interaction features on a page by writing HTML, CSS, and JS code.

The HTML component lets you develop custom features. Designing the page requires some front-end knowledge—at least the basics of HTML, CSS, and JS.

* [HTML tutorial](https://developer.mozilla.org/zh-CN/docs/Web/HTML)
* [CSS tutorial](https://developer.mozilla.org/zh-CN/docs/Web/CSS)
* [JavaScript tutorial](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript)

## When to Use

* Edit code blocks directly on the current page to build complex page styles.

## Component Example

## Component Property

| Attribute | Description         | Type     | Default                             |
| --------- | ------------------- | -------- | ----------------------------------- |
| `content` | The HTML to render. | `string` | `'<div>Write your HTML here</div>'` |
