# HTML elements

- [Heading](https://docs.super-forms.com/elements/html-elements/heading.md): Add titles (headings) inside your WordPress form
- [HTML (raw)](https://docs.super-forms.com/elements/html-elements/html-raw.md): Allows you to insert custom HTML / CSS / JavaScript on your WordPress form
- [Image](https://docs.super-forms.com/elements/html-elements/image.md): Used to display images inside your WordPress form
- [TinyMCE](https://docs.super-forms.com/elements/html-elements/tinymce.md): Use this if you are not familiar with HTML and want to display text with markup to your users on your WordPress form
- [Divider](https://docs.super-forms.com/elements/html-elements/divider.md): Used to visually divide sections of your WordPress form for a more user friendly experience allowing the user to continue to the next step or previous step in your form
- [Spacer](https://docs.super-forms.com/elements/html-elements/spacer.md): Used to add space between elements in your WordPress form
- [PDF page break](https://docs.super-forms.com/elements/html-elements/pdf-page-break.md): Used to start a new PDF page when using the PDF Generator for your WordPress form
- [Google map element WordPress form](https://docs.super-forms.com/elements/html-elements/google-map-element-wordpress-form.md): Used to display (or generate) a google map (or route) based on user input for your WordPress form


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.super-forms.com/elements/html-elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
