# Text

## Add Text widget

<div align="left"><img src="/files/-MIxukPbbr44sIROV1_W" alt=""></div>

1. Select page in Navigator
2. Do one of the following:
   * Click <img src="/files/-MJ1JedhFsEjWrIDeLsP" alt="" data-size="line"> on Toolbar
   * Select Insert > Widgets > Text&#x20;
   * Click + on Toolbar, select text file.
3. Open Widget Inspector
4. Paste or enter text into Text area

## Font settings

<div align="left"><img src="/files/-MIxukPaKZfZo91cDocL" alt=""></div>

1. Select Text widget in Navigator
2. Open Font Inspector
3. Set font settings

## Using HTML markup

<div align="left"><img src="/files/-MIxukSMF6l4XxHMXE9I" alt=""></div>

Text widgets are able to display styled text, specified using a subset of HTML 3.2 markup:

* `<b></b>` - bold
* `<strong></strong>` - bold
* `<i></i>` - italic
* `<br>` - new line
* `<p>` - paragraph
* `<u>` - underlined text
* `<font color="color_name" size="1-7"></font>`
* `<h1> to <h6>` - headers
* `<a href="">` - anchor
* `<img src="" align="top,middle,bottom" width="" height="">` - inline images
* `<ol type="">`, `<ul type="">` and `<li>` - ordered and unordered lists
* `<pre></pre>` - preformatted
* `&gt; &lt; &amp;`


---

# 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.flipabit.dev/widgets/text.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.
