# HTML

The following attributes belong to the **html** property:

| Attribute Name         | Purpose                                                               | Values                    |
| ---------------------- | --------------------------------------------------------------------- | ------------------------- |
| **append-header**      | Inserts the HTML entered here into the `<header>` of the HTML output. | String; no default value. |
| **append-body**        | Inserts the HTML entered here into the `<body>` of the HTML output.   | String; no default value. |
| **append-body-footer** | Inserts the HTML entered here into the `<footer>` of the HTML output. | String; no default value. |
| **alt-name**           | Defines the text for the HTML `<img>` tag's `alt` attribute.          | String; no default value. |
