---
title: "BA_createHtmlContent"
canonical: "https://support.appfire.com/space/PSJ/15488453/BA_createHtmlContent"
format: markdown
---
> Macro (aura-html)


> 📝 The use of this function requires the Power Actions add-on be installed and licensed.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_createHtmlContent(html) | **Package** | poweraction |
| **Alias** |  | **Pkg Usage** | createHtmlContent(html) |

## Description

> Macro (excerpt)
> 
> Adds a plain HTML content to the screen.

Adds a plain HTML content to the screen.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| html | String | Yes | The HTML content. |

## Return Type

**None**

The returned value has no meaning

## Example

```
BA_createHtmlContent("<h1>Title</h1>");
```

![image](media://236adad5-a686-452f-94c5-9803f0036411)

## See also

> Macro (contentbylabel)