> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://docs.flokzu.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Insertar HTML en campo Título/Encabezado

En Flokzu tienes la posibilidad de personalizar tu formulario colocando código HTML en un campo Título/Encabezado. 

Dado el siguiente código: 

<h1>Aprobación de créditos</h1>
 
El encabezado del formulario se verá de la siguiente manera:

![](https://storage.crisp.chat/users/helpdesk/website/5a899047-9b38-48ab-9475-31c8c63a3183/207e9f8e-6e40-4da5-a6dc-2e9f2ecc7823.png)

| Personaliza tu formulario de la manera que más te guste, modificando el tipo de letra, tamaño, color e incluso agregando imágenes para hacerlo aún más atractivo.

Las tags soportadas son:
* "a", "b", "blockquote", "br", "caption", "cite", "code", "dd", "div", "dl", "dt", "em", "h1", "h2", "h3", "h4", "h5", "h6", "i", "img", "li", "ol", "p", "pre", "q", "small", "span", "strike", "strong", "sub", "sup", "u","ul"

Los atributos para las tags soportados son:
* tag: "a" atributos: "href", "title", "style"
* tag: "blockquote" atributos: "cite", "style"
* tag: "img" atributos: "align", "alt", "height", "src", "title", "width", "style"
* tag: "ol" atributos: "start", "type", "style"
* tag: "q" atributos: "cite", "style"
* tag: "ul" atributos: "type", "style"

Se restringen a los siguientes tags los respectivos protocolos:
* tag: "a" - "href": "ftp", "http", "https", "mailto"
* tag: "blockquote" - "cite": "http", "https"
* tag: "cite": "http", "https"
* tag: "img" - "src": "http", "https"
* tag: "q" - "cite": "http", "https"

