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


  
   


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_createHtmlContent(html) | **Package** | poweraction |
| **Alias** | form_createHtmlContent | **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

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

![Power Scripts for Jira Cloud HTML content form field](media://4188079e-89e3-4ee7-aaeb-178329754383)

## See also

> Macro (contentbylabel)