# $createGenericHTMLNode

**Kind:** Function

**Source:** [`atloria-monorepo/packages/editor/src/plugins/core/GenericHTMLNode.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/core/GenericHTMLNode.tsx#L189)

## Signature

```ts
function $createGenericHTMLNode(tag: KnownHTMLTagType, type: MdxNodeType, attributes: MdxJsxAttribute[]): GenericHTMLNode
```

## Parameters

| Name | Type |
|---|---|
| `tag` | `KnownHTMLTagType` |
| `type` | `MdxNodeType` |
| `attributes` | `MdxJsxAttribute[]` |

**Returns:** `GenericHTMLNode`
